Skip to content

Commit aa63c2e

Browse files
Update scala-library to 2.12.17
1 parent 7bb1a47 commit aa63c2e

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [3.1.3, 2.12.16, 2.13.8]
31+
scala: [3.1.3, 2.12.17, 2.13.8]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM, rootNative]
3434
workers: [1, 4]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val Scala212 = "2.12.16"
1+
val Scala212 = "2.12.17"
22
val Scala213 = "2.13.8"
33
val Scala3 = "3.1.3"
44

0 commit comments

Comments
 (0)