We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68aa82d + f9a915b commit 59ce894Copy full SHA for 59ce894
build.sbt
@@ -12,7 +12,7 @@ inThisBuild(
12
List(
13
organization := "io.github.nafg.css-dsl",
14
scalaVersion := "3.3.6",
15
- crossScalaVersions := Seq("2.13.16", scalaVersion.value),
+ crossScalaVersions := Seq("2.13.17", scalaVersion.value),
16
scalacOptions ++= myScalacOptions(scalaVersion.value),
17
versionScheme := Some("early-semver")
18
)
0 commit comments