We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2740462 commit 89ebf93Copy full SHA for 89ebf93
.github/workflows/ci.yml
@@ -54,6 +54,7 @@ jobs:
54
- 2.13.14
55
- 2.13.15
56
- 2.13.16
57
+ - 2.13.17
58
java: [zulu@8]
59
runs-on: ${{ matrix.os }}
60
steps:
build.sbt
@@ -34,6 +34,7 @@ inThisBuild {
34
"2.13.14",
35
"2.13.15",
36
"2.13.16",
37
+ "2.13.17",
38
),
39
organization := "org.typelevel",
40
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments