From a1e87518f7e5d1eff1fbe658ac6d40938397f1fb Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:02:33 +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 bd45994..74ea395 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val unusedWarnings = Seq( "-Ywarn-unused:imports", ) -val scala212 = "2.12.19" +val scala212 = "2.12.20" val commonSettings = Def.settings( ReleasePlugin.extraReleaseCommands,