Skip to content

Commit

Permalink
Merge pull request #2957 from scala-steward/update/sbt-scoverage-2.1.0
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.1.0
  • Loading branch information
konnov committed Aug 21, 2024
2 parents 74d01ed + 54b5e67 commit 4f0b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
// https://github.com/marcuslonnberg/sbt-docker
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
// https://github.com/sbt/sbt-native-packager
Expand Down

0 comments on commit 4f0b30e

Please sign in to comment.