From 778bce066c79358556fc16b86270576d4fc7474e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:58:18 +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 ccd6061..e566334 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ publishTo := Some(Resolver.evolutionReleases) scalaVersion := crossScalaVersions.value.head -crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3") +crossScalaVersions := Seq("2.13.14", "2.12.21", "3.3.3") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.3",