From 9cf5001f5b95e22d74b28ab529eab35835e6ef90 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 5 Sep 2024 00:34:37 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 49d9a67a33..df18be30cc 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ import java.net.URL import scala.concurrent.duration.DurationInt import scala.sys.process.Process -val scala2_12 = "2.12.19" +val scala2_12 = "2.12.20" val scala2_13 = "2.13.14" val scala3 = "3.3.3"