From 2fd547553b5d938e8a1e19d07fbe8d9640c65c9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 18:48:14 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 0796b4b..a38a511 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.12" + def scalaVersion: String = "2.13.13" def millTestVersions: Seq[String] val scoverageVersion = "2.1.0"