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 308b0ea commit 0d83ab1Copy full SHA for 0d83ab1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
java: [8, 11, 17]
15
- scala: [2.13.8, 3.0.2]
+ scala: [2.13.8, 3.1.3]
16
runs-on: ubuntu-latest
17
if: ${{ github.event_name != 'schedule' }}
18
steps:
build.sbt
@@ -1,4 +1,4 @@
1
-ThisBuild / crossScalaVersions := Seq("2.13.8", "3.0.2")
+ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3")
2
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
3
4
// shouldn't be necessary anymore after https://github.com/lampepfl/dotty/pull/13498
0 commit comments