Skip to content

Commit 3440583

Browse files
add scala 2.13.15 (#877)
* add scala 2.13.15 * apply changes to pr-checks.yml
1 parent 8b22f04 commit 3440583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
scala:
1313
- 2.12.19
1414
- 2.12.20
15-
- 2.13.13
1615
- 2.13.14
16+
- 2.13.15
1717
- 3.3.3
18-
- 3.5.0
18+
- 3.5.1
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-java@v4

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ developers := List(
2020
)
2121

2222
scalaVersion := "3.5.1"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.13", "2.13.14", "3.3.3", "3.5.1")
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.3", "3.5.1")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
crossTarget := {

0 commit comments

Comments
 (0)