From 832c2c63224227894aba5f8f26bb696b0fb4777e Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 1 Mar 2024 05:09:02 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e01965..4f559cd 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; mdoc; ++test") addCommandAlias("ci-docs", "github; documentation/mdoc; headerCreateAll") addCommandAlias("ci-publish", "github; ci-release") -lazy val scala212 = "2.12.18" +lazy val scala212 = "2.12.19" lazy val scala213 = "2.13.13" lazy val scala3Version = "3.3.1" lazy val scala2Versions = Seq(scala212, scala213)