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.
2 parents 45f9b82 + fa90690 commit f75ac7fCopy full SHA for f75ac7f
.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.2]
+ scala: [2.12.17, 2.13.10, 3.2.2]
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.2"
6
7
val scalatestVersion = "3.2.15"
0 commit comments