From a415e1789f0856480f1bc51f092d83989ae58929 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:52:22 +0200 Subject: [PATCH] Update scala-library to 2.13.15 (#132) Pull request: https://github.com/lefou/mill-kotlin/pull/132 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 61ce1d9..5463d1d 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ trait Deps { def kotlinVersion = "1.0.0" def millPlatform: String def millVersion: String - def scalaVersion: String = "2.13.14" + def scalaVersion: String = "2.13.15" def testWithMill: Seq[String] val kotlinCompiler = ivy"org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}"