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 c922323 commit f5835ffCopy full SHA for f5835ff
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.13.14, 2.12.19, 3.3.3]
+ scala: [2.13.14, 2.12.19, 3.4.1]
27
java: [zulu@8, zulu@11, zulu@17]
28
runs-on: ${{ matrix.os }}
29
steps:
build.sbt
@@ -13,7 +13,7 @@ val slf4jVersion = "2.0.13"
13
val scala213 = "2.13.14"
14
15
ThisBuild / scalaVersion := scala213
16
-ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.3")
+ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.4.1")
17
18
update / checksums := Nil
19
0 commit comments