Skip to content

Commit 59ce894

Browse files
authored
Merge pull request #381 from scala-steward/update/scala-library-2.13.17
Update scala-library to 2.13.17
2 parents 68aa82d + f9a915b commit 59ce894

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
@@ -12,7 +12,7 @@ inThisBuild(
1212
List(
1313
organization := "io.github.nafg.css-dsl",
1414
scalaVersion := "3.3.6",
15-
crossScalaVersions := Seq("2.13.16", scalaVersion.value),
15+
crossScalaVersions := Seq("2.13.17", scalaVersion.value),
1616
scalacOptions ++= myScalacOptions(scalaVersion.value),
1717
versionScheme := Some("early-semver")
1818
)

0 commit comments

Comments
 (0)