From 89af339fd43270eb4a89624a29cd91178bc77957 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:17:49 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.19 (#321) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c87c1c3..27ced6d 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.19" :: "2.13.10" :: "3.3.1" :: communityBuildDottyVersion val scalaReflectVersion = "1.1.3"