From 5d1f55d18acf5396c8910ad1b4b56da72bb0473c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:02:50 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index cdbb3221..157a50a6 100644 --- a/build.sc +++ b/build.sc @@ -10,7 +10,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion val communityBuildDottyVersion = sys.props.get("dottyVersion").toList -val scala213Version = "2.13.14" +val scala213Version = "2.13.15" val scalaVersions = Seq( "3.3.1",