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 f2c6e82 commit 5f77923Copy full SHA for 5f77923
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest]
31
- scala: [2.12.17, 2.13.8, 3.1.3]
+ scala: [2.12.17, 2.13.9, 3.1.3]
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.8"
+val Scala213 = "2.13.9"
17
val Scala3 = "3.1.3"
18
19
ThisBuild / scalaVersion := Scala212 // The default while sbt is still based on Scala 2.12.x
0 commit comments