From c0e03d99a19a94bc7cd2ff03cacd720fb9cc3024 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 01:21:27 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23a5e180..7371b101 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004) val commonSettings = Seq( versionScheme := Some("early-semver"), versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, - crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"), + crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3"), scalaVersion := crossScalaVersions.value.head, )