From 5b0b2cd9df6d61fff5fed338acd1345d81f3c3f4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:55:14 +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 0f1cf14..08365db 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalapb.compiler.Version._ import sbtrelease.ReleaseStateTransformations._ import sbtcrossproject.CrossPlugin.autoImport.crossProject -val Scala212 = "2.12.19" +val Scala212 = "2.12.20" val Scala213 = "2.13.14" val Scala3 = "3.3.3" val scalatestVersion = "3.2.19"