From f3b5ea778a4550dd266a49004228c470d9f51aba Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 5 Sep 2024 00:29:44 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdf5e5946..77dff51f5 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import complete.DefaultParsers._ // run JS tests inside Chrome, due to jsdom not supporting fetch import com.softwaremill.SbtSoftwareMillBrowserTestJS._ -val scala2_12 = "2.12.19" +val scala2_12 = "2.12.20" val scala2_13 = "2.13.14" val scala2 = List(scala2_12, scala2_13) val scala3 = List("3.3.3")