From 786c23ea60e1a4f29f36917d75441f74911edbb2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 14:11:41 +0000 Subject: [PATCH] Update scala-compiler, 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 5b43000d5..149ff9988 100644 --- a/build.sc +++ b/build.sc @@ -15,7 +15,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion import com.github.lolgab.mill.mima._ val scala212 = "2.12.18" -val scala213 = "2.13.11" +val scala213 = "2.13.15" val scala3 = "3.3.4" val scalaNative = "0.5.5"