From facde40d6f24d85c37d7d0af6134933c3df0689c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:02:05 +0200 Subject: [PATCH] Update scala-library to 2.13.15 (#112) Pull request: https://github.com/lefou/mill-aspectj/pull/112 --- build.sc | 2 +- itest/src/scala+ajc/build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 76956e3..f7ae4e2 100644 --- a/build.sc +++ b/build.sc @@ -15,7 +15,7 @@ import scala.util.Properties trait Deps { def millPlatform: String def millVersion: String - def scalaVersion: String = "2.13.14" + def scalaVersion: String = "2.13.15" def itestVersions: Seq[String] val aspectjTools = ivy"org.aspectj:aspectjtools:1.9.22.1" diff --git a/itest/src/scala+ajc/build.sc b/itest/src/scala+ajc/build.sc index f480879..1cdcd72 100644 --- a/itest/src/scala+ajc/build.sc +++ b/itest/src/scala+ajc/build.sc @@ -10,7 +10,7 @@ import org.scalatest.Assertions object main extends ScalaModule with AspectjModule { - def scalaVersion = "2.13.14" + def scalaVersion = "2.13.15" def aspectjVersion = "1.9.7" def aspectjCompileMode = CompileMode.OnlyAjSources