From a7811d9543ffeac8006f9299961d8efdc388e61d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:13:30 +0100 Subject: [PATCH] Update scala-library from 2.12.18 to 2.12.19 (#51) Pull request: https://github.com/lefou/mill-jbake/pull/51 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index d383e1e..285140c 100644 --- a/build.sc +++ b/build.sc @@ -48,7 +48,7 @@ object Setup { object R06 extends Setup { override val millPlatform = "0.6" override val millVersion = "0.6.0" // scala-steward:off - override val scalaVersion = "2.12.18" + override val scalaVersion = "2.12.19" override val testMillVersions = Seq("0.6.3", "0.6.2", "0.6.1", "0.6.0") override val osLibVersion = "0.6.3" // scala-steward:off }