Skip to content

Commit 35931c8

Browse files
committed
Update scala-library to 2.12.21
1 parent 64e695c commit 35931c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
scala: [2.11.12, 2.12.20, 2.13.18, 3.7.4]
27+
scala: [2.11.12, 2.12.21, 2.13.18, 3.7.4]
2828
java: [temurin@11, temurin@17]
2929
runs-on: ${{ matrix.os }}
3030
steps:

project/ScalaVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object ScalaVersions {
22
val scala211 = "2.11.12"
3-
val scala212 = "2.12.20"
3+
val scala212 = "2.12.21"
44
val scala213 = "2.13.18"
55
val scala3 = "3.7.4"
66

0 commit comments

Comments
 (0)