diff --git a/build.sc b/build.sc index 491051e..ac0b0dd 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.18" + override val scalaVersion = "2.12.19" override val testWith = Seq("0.6.3", millVersion) }