From 7d1819e44085e035e67ef666f6bcc9105beaf297 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 06:34:51 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index d7906bc..6ac33dd 100644 --- a/build.sc +++ b/build.sc @@ -6,7 +6,7 @@ import com.github.lolgab.mill.mima._ val communityBuildDottyVersion = sys.props.get("dottyVersion").toList -val scalaVersions = "2.12.17" :: "2.13.10" :: "3.3.1" :: communityBuildDottyVersion +val scalaVersions = "2.12.17" :: "2.13.14" :: "3.3.1" :: communityBuildDottyVersion val scalaReflectVersion = "1.1.2"