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 3bcc66c commit 4a4a9abCopy full SHA for 4a4a9ab
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
java: [8, 11, 17]
13
- scala: [2.13.8, 3.1.2-RC1]
+ scala: [2.13.8, 3.1.3-RC2]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
build.sbt
@@ -1,4 +1,4 @@
1
-ThisBuild / scalaVersion := "3.1.2-RC1"
+ThisBuild / scalaVersion := "3.1.3-RC2"
2
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.8")
3
4
lazy val root = project.in(file("."))
0 commit comments