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 6dc6815 commit de2df92Copy full SHA for de2df92
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.16, 2.13.8, 3.1.3]
+ scala: [2.12.17, 2.13.8, 3.1.3]
32
java: [temurin@8]
33
project: [rootJS, rootJVM]
34
runs-on: ${{ matrix.os }}
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
- scala: [2.12.16]
+ scala: [2.12.17]
114
115
116
steps:
build.sbt
@@ -12,7 +12,7 @@ ThisBuild / developers := List(
12
13
ThisBuild / tlSonatypeUseLegacyHost := false
14
15
-val Scala212 = "2.12.16"
+val Scala212 = "2.12.17"
16
val Scala213 = "2.13.8"
17
val Scala3 = "3.1.3"
18
0 commit comments