From 04872ec7a24a8ac9e1af763b467464e4fd3e6362 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:01:39 +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 8a4f9a6..9ab2e22 100644 --- a/build.sc +++ b/build.sc @@ -8,7 +8,7 @@ import mill.scalalib.api.ZincWorkerUtil.isScala3 val communityBuildDottyVersion = sys.props.get("dottyVersion").toList val scala212 = "2.12.19" -val scala213 = "2.13.13" +val scala213 = "2.13.15" val scala3 = "3.3.3" val scalaVersions = scala3 :: scala213 :: scala212 :: communityBuildDottyVersion