From af609b5cd7aaf9c65d43a0c3932dad7ad1ec088e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 08:54:27 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f17e661c..3a06b230 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.15", "2.12.20", "3.3.4"), + crossScalaVersions := Seq("2.13.16", "2.12.20", "3.3.4"), scalaVersion := crossScalaVersions.value.head, )