Skip to content

Commit f6c0d98

Browse files
committed
Update scala-library to 2.12.18
1 parent ea39fee commit f6c0d98

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: [2.12.17, 2.13.10, 3.2.2]
31+
scala: [2.12.18, 2.13.10, 3.2.2]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import com.typesafe.tools.mima.core._
22

3-
val scala212 = "2.12.17"
3+
val scala212 = "2.12.18"
44
val scala213 = "2.13.10"
55
val scala3 = "3.2.2"
66

0 commit comments

Comments
 (0)