From f968a0e126649edc318ea9dbfec9a3a8632b57c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 04:04:33 +0000 Subject: [PATCH] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 35f99e00..06bfa2ec 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.10", "2.12.17", "3.3.0"), + crossScalaVersions := Seq("2.13.11", "2.12.17", "3.3.0"), scalaVersion := crossScalaVersions.value.head, )