From c92dbd3ded8715ce1f2f791be937c1d0fc3629cf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:31:55 +0100 Subject: [PATCH] Update scala-library from 2.13.12 to 2.13.13 (#49) Pull request: https://github.com/scala-steward-org/mill-plugin/pull/49 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 833d26e..491051e 100644 --- a/build.sc +++ b/build.sc @@ -15,7 +15,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion trait PlatformConfig { def millVersion: String def millPlatform: String - def scalaVersion: String = "2.13.12" + def scalaVersion: String = "2.13.13" def testWith: Seq[String] def millScalalib = ivy"com.lihaoyi::mill-scalalib:${millVersion}"