From 9cd87634d864c25e3a8fed853c296646d0464cc0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 13:46:02 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.20 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 7702fa0..a0295b2 100644 --- a/build.sc +++ b/build.sc @@ -9,7 +9,7 @@ import mill.scalalib.api.ZincWorkerUtil.isScala3 val dottyCommunityBuildVersion = sys.props.get("dottyVersion").toList val scalaVersions = - "2.12.16" :: "2.13.8" :: "3.3.1" :: dottyCommunityBuildVersion + "2.12.20" :: "2.13.8" :: "3.3.1" :: dottyCommunityBuildVersion trait MimaCheck extends Mima { def mimaPreviousVersions = Seq("0.2.4", "0.2.5", "0.2.6", "0.2.7", "0.2.8", "0.3.0", "0.3.1")