Skip to content

Commit bd14ce7

Browse files
Update scala-library to 2.12.18
1 parent 3d789d1 commit bd14ce7

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,13 +28,13 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macos-latest]
31-
scala: [3.3.0, 2.12.17, 2.13.11]
31+
scala: [3.3.0, 2.12.18, 2.13.11]
3232
java: [temurin@17]
3333
project: [rootJS, rootJVM, rootNative]
3434
exclude:
3535
- scala: 3.3.0
3636
os: macos-latest
37-
- scala: 2.12.17
37+
- scala: 2.12.18
3838
os: macos-latest
3939
runs-on: ${{ matrix.os }}
4040
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / startYear := Some(2013)
1010

1111
val NewScala = "2.13.11"
1212

13-
ThisBuild / crossScalaVersions := Seq("3.3.0", "2.12.17", NewScala)
13+
ThisBuild / crossScalaVersions := Seq("3.3.0", "2.12.18", NewScala)
1414
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")
1515

1616
ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest", "macos-latest")

0 commit comments

Comments
 (0)