From ed1cb4ef14f875b756046de0348155d30e2ed4cd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:01:03 +0200 Subject: [PATCH] Update scala-library to 2.12.18 (#128) Pull request: https://github.com/lefou/mill-osgi/pull/128 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f333def..2ab3725 100644 --- a/build.sc +++ b/build.sc @@ -74,7 +74,7 @@ object Deps_0_7 extends Deps { object Deps_0_6 extends Deps { override val millVersion = "0.6.0" // scala-steward:off override def millPlatform = "0.6" - override val scalaVersion = "2.12.17" + override val scalaVersion = "2.12.18" // keep in sync with .github/workflows/build.yml override val millTestVersions = Seq("0.6.3", millVersion) }