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 b0ffe9b + 968e25f commit 309c93fCopy full SHA for 309c93f
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
strategy:
67
matrix:
68
os: [ubuntu-latest]
69
- scala: [3.3.6]
+ scala: [3.3.7]
70
java: [temurin@11]
71
runs-on: ${{ matrix.os }}
72
steps:
build.sbt
@@ -11,7 +11,7 @@ def myScalacOptions(version: String) =
11
inThisBuild(
12
List(
13
organization := "io.github.nafg.css-dsl",
14
- scalaVersion := "3.3.6",
+ scalaVersion := "3.3.7",
15
crossScalaVersions := Seq("2.13.17", scalaVersion.value),
16
scalacOptions ++= myScalacOptions(scalaVersion.value),
17
versionScheme := Some("early-semver")
0 commit comments