Skip to content

Commit 0ddc758

Browse files
committed
Update scala-library to 2.13.18
1 parent 24677bc commit 0ddc758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / startYear := Some(2004)
66
val commonSettings = Seq(
77
versionScheme := Some("early-semver"),
88
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
9-
crossScalaVersions := Seq("2.13.17", "2.12.20", "3.3.7"),
9+
crossScalaVersions := Seq("2.13.18", "2.12.20", "3.3.7"),
1010
scalaVersion := crossScalaVersions.value.head,
1111
)
1212

0 commit comments

Comments
 (0)