From a2980058f8caf6d21565fadc72cc499df473f5de Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 3 May 2024 07:12:27 +0200 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d417406..f3c105c 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ addCommandAlias("ci-docs", "github; documentation/mdoc; headerCreateAll") addCommandAlias("ci-publish", "github; ci-release") lazy val scala212 = "2.12.19" -lazy val scala213 = "2.13.13" +lazy val scala213 = "2.13.14" lazy val scala3Version = "3.3.3" lazy val scala2Versions = Seq(scala212, scala213) lazy val allScalaVersions = scala2Versions :+ scala3Version