Skip to content

Commit 401e8a7

Browse files
authored
Merge pull request #610 from scala-steward/update/scala-library-2.13.18
Update scala-library to 2.13.18
2 parents 24677bc + 0ddc758 commit 401e8a7

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)