Skip to content

Commit 89ebf93

Browse files
committed
Scala 2.13.17
1 parent 2740462 commit 89ebf93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- 2.13.14
5555
- 2.13.15
5656
- 2.13.16
57+
- 2.13.17
5758
java: [zulu@8]
5859
runs-on: ${{ matrix.os }}
5960
steps:

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ inThisBuild {
3434
"2.13.14",
3535
"2.13.15",
3636
"2.13.16",
37+
"2.13.17",
3738
),
3839
organization := "org.typelevel",
3940
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)