From 239dd19bf5abdd45f9e4dd6743a0bbdf3c75ed27 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 23:59:23 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c787216..ed9b4df 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ releaseProcess := Seq[ReleaseStep]( lazy val common = List() lazy val scala212 = "2.12.17" -lazy val scala213 = "2.13.10" +lazy val scala213 = "2.13.15" //lazy val scala34 = "3.4.2" lazy val supportedScalaVersions = List(scala213)