From ef32f0e0f205917d2b3fde5409a81a4e567e1280 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:32:57 +0000 Subject: [PATCH] Update 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 a24b3020..2f7ccce7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.github.sbt.git.SbtGit.GitKeys._ -val scala212 = "2.12.20" +val scala212 = "2.12.21" val scala213 = "2.13.16" val scala3 = "3.3.7" val updateReadme = inputKey[Unit]("Update readme")