From fe0b663935e9d7729ad4d010f6e51f56d335a5eb Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:14:51 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed8b442..149dd50 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11")) ThisBuild / tlJdkRelease := Some(8) val Scala212 = "2.12.18" -val Scala213 = "2.13.11" +val Scala213 = "2.13.12" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.1") ThisBuild / scalaVersion := Scala213 // the default Scala