Skip to content

Commit f9a915b

Browse files
scala-stewardnafg
authored andcommitted
Update scala-library to 2.13.17
1 parent 68aa82d commit f9a915b

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)