From 0a9ad9132638a275091e06bc72a8cef4187119d6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:08:04 +0000 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b372a6..d0d8163 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.20" +val Scala212 = "2.12.21" val Scala213 = "2.13.18" val Scala3 = "3.3.7" val scalatestVersion = "3.2.19"