From bb7a9c213a5bf78a6f1fc22b429097114d20cee6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:24:50 +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 50a82b8..98c84f3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / organization := "ru.delimobil" ThisBuild / scalaVersion := "2.13.15" -ThisBuild / crossScalaVersions ++= Seq("2.12.20", "3.4.1") +ThisBuild / crossScalaVersions ++= Seq("2.12.21", "3.4.1") val kindProjectorVersion = "0.13.3" val catsVersion = "2.6.1"