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