From 0e216f82d70f28258cb719ee7cbcfca97fb31c81 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 12 Dec 2025 00:14:09 +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 99a836a..6f72813 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings import sbt.Reference.display import sbt.internal.ProjectMatrix -val scala2_12 = "2.12.20" +val scala2_12 = "2.12.21" val scala2_13 = "2.13.16" val scala3 = "3.3.6"