Skip to content

Commit f9d3eaf

Browse files
authored
Merge pull request #299 from armanbilge/2.13.16
2 parents a12aec8 + 4b001ab commit f9d3eaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- 2.13.13
5454
- 2.13.14
5555
- 2.13.15
56+
- 2.13.16
5657
java: [temurin@8]
5758
runs-on: ${{ matrix.os }}
5859
steps:

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ inThisBuild {
3333
"2.13.13",
3434
"2.13.14",
3535
"2.13.15",
36+
"2.13.16",
3637
),
3738
organization := "org.typelevel",
3839
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)