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) }