From 1e20908a44f4eb52a74590e0841091c9a4d36314 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 18:03:22 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 9dff6d2..83e6950 100644 --- a/build.sc +++ b/build.sc @@ -43,7 +43,7 @@ object Mill07 extends PlatformConfig { object Mill06 extends PlatformConfig { override val millVersion = "0.6.0" // scala-steward:off override val millPlatform = "0.6" - override val scalaVersion = "2.12.19" + override val scalaVersion = "2.12.20" override val testWith = Seq("0.6.3", millVersion) }