From bc162ada00621be17eb8384d5cc2113e84e2c900 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 4 Sep 2024 09:55:48 -0700 Subject: [PATCH] Update scala-library to 2.12.20 (#512) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 69ae20e..a81b0f5 100755 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ addCommandAlias("format", "scalafmtAll; scalafmtSbt") Global / onChangedBuildSource := ReloadOnSourceChanges val versions = new { - val scala = "2.12.19" // Must use Scala 2.12.x for sbt plugins + val scala = "2.12.20" // Must use Scala 2.12.x for sbt plugins val airframe = "24.8.0" val sonatypeZapperClient = "1.3" val sttp = "4.0.0-M16"