Skip to content

Commit 79ed639

Browse files
Update scala-compiler, scala-library, ... to 2.12.21 (#1429)
1 parent 18b33fa commit 79ed639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest]
27-
scala: [2.12.20, 2.13.18]
27+
scala: [2.12.21, 2.13.18]
2828
java: [temurin@8]
2929
platform: [jvm, js, native]
3030
runs-on: ${{ matrix.os }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.sbt.git.SbtGit.GitKeys.*
22
import sbtcrossproject.CrossProject
33

4-
val Scala212 = "2.12.20"
4+
val Scala212 = "2.12.21"
55
val Scala213 = "2.13.18"
66

77
commonSettings

0 commit comments

Comments
 (0)