From 5206b0b58c8695155fccc01c585709041df12fb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 02:50:56 +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 766a6d52..579fd735 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val commonSettings = Seq( // change back to BinaryAndSourceCompatible after next minor release; // the Scala 3.2 -> 3.3 upgrade requires a minor version bump versionPolicyIntention := Compatibility.BinaryCompatible, - crossScalaVersions := Seq("2.13.11", "2.12.18", "3.3.0"), + crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.0"), scalaVersion := crossScalaVersions.value.head, )