From 97c2bc6a8bd159504a3de810748504913d91581e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 15:24:21 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.12 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 46309a8..1d7f413 100644 --- a/build.sc +++ b/build.sc @@ -7,7 +7,7 @@ import mill.scalalib.api.Util.isScala3 val communityBuildDottyVersion = sys.props.get("dottyVersion").toList -val scalaVersions = "2.11.12" :: "2.12.17" :: "2.13.10" :: "3.1.3" :: communityBuildDottyVersion +val scalaVersions = "2.11.12" :: "2.12.17" :: "2.13.12" :: "3.1.3" :: communityBuildDottyVersion val scalaJSVersions = scalaVersions.map((_, "1.12.0")) val scalaNativeVersions = scalaVersions.map((_, "0.4.9"))