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 d7b21b7 commit 72bdd59Copy full SHA for 72bdd59
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.17, 2.13.9, 3.2.0]
+ scala: [2.12.17, 2.13.10, 3.2.0]
32
java: [temurin@8]
33
project: [rootJS, rootJVM, rootNative]
34
runs-on: ${{ matrix.os }}
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
- scala: [2.13.9]
+ scala: [2.13.10]
118
119
120
steps:
build.sbt
@@ -1,7 +1,7 @@
1
import com.typesafe.tools.mima.core._
2
3
val scala212 = "2.12.17"
4
-val scala213 = "2.13.9"
+val scala213 = "2.13.10"
5
val scala3 = "3.2.0"
6
7
val scalatestVersion = "3.2.13"
0 commit comments