From ee5711018f9368b51de6c227bc14f63c7bf4f0e6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:22:08 +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 090a18deb..78eaf6eec 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val scalaNativeSettings = Def.settings( Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1") ) -val Scala212 = "2.12.19" +val Scala212 = "2.12.20" val Scala213 = "2.13.14" ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3") ThisBuild / scalaVersion := Scala213 // the default Scala