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 ea39fee commit f6c0d98Copy full SHA for f6c0d98
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.17, 2.13.10, 3.2.2]
+ scala: [2.12.18, 2.13.10, 3.2.2]
32
java: [temurin@8]
33
project: [rootJS, rootJVM, rootNative]
34
runs-on: ${{ matrix.os }}
build.sbt
@@ -1,6 +1,6 @@
1
import com.typesafe.tools.mima.core._
2
3
-val scala212 = "2.12.17"
+val scala212 = "2.12.18"
4
val scala213 = "2.13.10"
5
val scala3 = "3.2.2"
6
0 commit comments