Skip to content

Commit

Permalink
Add support for Scala 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed Sep 20, 2024
1 parent 3dced92 commit 9421d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- 2.13.12
- 2.13.13
- 2.13.14
- 2.13.15
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ inThisBuild {
"2.13.12",
"2.13.13",
"2.13.14",
"2.13.15",
),
organization := "org.typelevel",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
Expand Down

0 comments on commit 9421d4c

Please sign in to comment.