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 507aebb commit fe44d5bCopy full SHA for fe44d5b
.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]
34
runs-on: ${{ matrix.os }}
build.sbt
@@ -13,7 +13,7 @@ ThisBuild / developers := List(
13
ThisBuild / tlSonatypeUseLegacyHost := false
14
15
val Scala212 = "2.12.17"
16
-val Scala213 = "2.13.9"
+val Scala213 = "2.13.10"
17
val Scala3 = "3.2.0"
18
19
ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x
0 commit comments