From 12618141ce969717b16f18d7d717405eca5e3504 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 23 Oct 2024 07:35:30 +0200 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 ec2cd600..3c73a622 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; ++test") addCommandAlias("ci-docs", "github; mdoc; headerCreateAll; publishMicrosite") addCommandAlias("ci-publish", "github; ci-release") -lazy val scala212 = "2.12.19" +lazy val scala212 = "2.12.20" lazy val scala213 = "2.13.14" lazy val scala3Version = "3.4.3" lazy val scala2Versions = Seq(scala212, scala213)