From 7881c17a56c3a69ecafede8a75767ed420daec2a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 14:06:24 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4ed017..1f0fdc5 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,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.20", "3.3.3") libraryDependencies ++= Seq( `cats-effect`,