Skip to content

Commit de2df92

Browse files
Update scala-library to 2.12.17
1 parent 6dc6815 commit de2df92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.16, 2.13.8, 3.1.3]
31+
scala: [2.12.17, 2.13.8, 3.1.3]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
matrix:
112112
os: [ubuntu-latest]
113-
scala: [2.12.16]
113+
scala: [2.12.17]
114114
java: [temurin@8]
115115
runs-on: ${{ matrix.os }}
116116
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ThisBuild / developers := List(
1212

1313
ThisBuild / tlSonatypeUseLegacyHost := false
1414

15-
val Scala212 = "2.12.16"
15+
val Scala212 = "2.12.17"
1616
val Scala213 = "2.13.8"
1717
val Scala3 = "3.1.3"
1818

0 commit comments

Comments
 (0)