Skip to content

Commit

Permalink
Merge pull request #57 from scala-steward/update/sbt-scoverage-2.0.9
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.9
  • Loading branch information
phelps-sg authored Sep 10, 2023
2 parents 5515c41 + 3347351 commit d46f821
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 @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
// ~
// sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library.
// See more: https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

// Fixing Scala-Xml mess (Temp).
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit d46f821

Please sign in to comment.