Skip to content

Commit 2889f73

Browse files
Update scala-library to 2.12.19 in series/1.x
1 parent 7458779 commit 2889f73

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.3.1, 2.12.18, 2.13.12]
31+
scala: [3.3.1, 2.12.19, 2.13.12]
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
@@ -20,7 +20,7 @@ ThisBuild / tlBaseVersion := "1.5"
2020
ThisBuild / startYear := Some(2020)
2121
ThisBuild / developers += tlGitHubDev("djspiewak", "Daniel Spiewak")
2222

23-
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.18", "2.13.12")
23+
ThisBuild / crossScalaVersions := Seq("3.3.1", "2.12.19", "2.13.12")
2424

2525
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.1")
2626

0 commit comments

Comments
 (0)