From 0e1057601d13f1deae1610c6259eafbdd561657c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 18:50:42 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index cce57ea..5f48bbb 100644 --- a/build.sc +++ b/build.sc @@ -28,7 +28,7 @@ trait Deps { // The mill API version used in the project/sources/dependencies, also default for integration tests def millVersion: String def millPlatform: String - def scalaVersion: String = "2.13.14" + def scalaVersion: String = "2.13.15" def millTestVersions: Seq[String] val scoverageVersion = "2.2.0"