Skip to content

Commit a251f35

Browse files
authored
Merge pull request #341 from scala-steward/update/scala-library-2.13.18
Update scala-library to 2.13.18
2 parents 39cc604 + 5de0ba8 commit a251f35

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
@@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = {
1919
}
2020

2121
lazy val commonSettings = Seq(
22-
crossScalaVersions := Seq("2.13.17", "2.12.20", "2.11.12", "3.3.7"),
22+
crossScalaVersions := Seq("2.13.18", "2.12.20", "2.11.12", "3.3.7"),
2323
scalaVersion := crossScalaVersions.value.head,
2424
// we could make this stricter again (BinaryAndSourceCompatible)
2525
// after our reference version was built on Scala 3.1.x

0 commit comments

Comments
 (0)