We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a12aec8 + 4b001ab commit f9d3eafCopy full SHA for f9d3eaf
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
- 2.13.13
54
- 2.13.14
55
- 2.13.15
56
+ - 2.13.16
57
java: [temurin@8]
58
runs-on: ${{ matrix.os }}
59
steps:
build.sbt
@@ -33,6 +33,7 @@ inThisBuild {
33
"2.13.13",
34
"2.13.14",
35
"2.13.15",
36
+ "2.13.16",
37
),
38
organization := "org.typelevel",
39
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
0 commit comments