Skip to content

Commit

Permalink
Merge pull request #279 from panbingkun/update_2_13_14
Browse files Browse the repository at this point in the history
Add support for Scala 2.13.14
  • Loading branch information
armanbilge authored Apr 30, 2024
2 parents 7258045 + 925ea73 commit 7a84f08
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 @@ -50,6 +50,7 @@ jobs:
- 2.13.11
- 2.13.12
- 2.13.13
- 2.13.14
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 @@ -30,6 +30,7 @@ inThisBuild {
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14",
),
organization := "org.typelevel",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
Expand Down

0 comments on commit 7a84f08

Please sign in to comment.