We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05adf8b commit f245e2aCopy full SHA for f245e2a
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.17, 2.13.8, 3.1.3]
+ scala: [2.12.17, 2.13.8, 3.3.3]
32
java: [temurin@8]
33
project: [rootJS, rootJVM, rootNative]
34
runs-on: ${{ matrix.os }}
build.sbt
@@ -12,7 +12,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true
12
13
val Scala213 = "2.13.8"
14
15
-ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.1.3")
+ThisBuild / crossScalaVersions := Seq("2.12.17", Scala213, "3.3.3")
16
ThisBuild / scalaVersion := Scala213
17
18
ThisBuild / testFrameworks += new TestFramework("munit.Framework")
0 commit comments