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.
1 parent daf5e57 commit 7521914Copy full SHA for 7521914
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
java: [8, 11, 17-ea]
13
- scala: [2.13.6, 3.0.1]
+ scala: [2.13.6, 3.0.2]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
build.sbt
@@ -1,4 +1,4 @@
1
-ThisBuild / crossScalaVersions := Seq("2.13.6", "3.0.1")
+ThisBuild / crossScalaVersions := Seq("2.13.6", "3.0.2")
2
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
3
4
Global / cancelable := true
0 commit comments