Skip to content

Commit 2978b7f

Browse files
authored
Merge pull request #541 from scala-steward/update/scala-library-2.12.19
Update scala-library to 2.12.19
2 parents 36f60a8 + 451bf5d commit 2978b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val commonSettings = Seq(
66
// change back to BinaryAndSourceCompatible after next minor release;
77
// the Scala 3.2 -> 3.3 upgrade requires a minor version bump
88
versionPolicyIntention := Compatibility.BinaryCompatible,
9-
crossScalaVersions := Seq("2.13.12", "2.12.18", "3.3.1"),
9+
crossScalaVersions := Seq("2.13.12", "2.12.19", "3.3.1"),
1010
scalaVersion := crossScalaVersions.value.head,
1111
)
1212

0 commit comments

Comments
 (0)