1 parent 18b33fa commit 79ed639Copy full SHA for 79ed639
2 files changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [ubuntu-latest]
27
- scala: [2.12.20, 2.13.18]
+ scala: [2.12.21, 2.13.18]
28
java: [temurin@8]
29
platform: [jvm, js, native]
30
runs-on: ${{ matrix.os }}
build.sbt
@@ -1,7 +1,7 @@
1
import com.github.sbt.git.SbtGit.GitKeys.*
2
import sbtcrossproject.CrossProject
3
4
-val Scala212 = "2.12.20"
+val Scala212 = "2.12.21"
5
val Scala213 = "2.13.18"
6
7
commonSettings
0 commit comments