Skip to content

Commit

Permalink
bump scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
barryoneill committed Nov 26, 2024
1 parent e6ff054 commit 885f946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Build
run: sbt build
- name: Upload To Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("io.laserdisc" % "sbt-laserdisc-defaults" % "0.1.1")

0 comments on commit 885f946

Please sign in to comment.