Skip to content

Commit

Permalink
Merge pull request #86 from scala-steward/update/sbt-scoverage-2.0.12
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.12
  • Loading branch information
phelps-sg authored May 11, 2024
2 parents b43af2b + 6b8fdfd commit 498a551
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.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")

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

0 comments on commit 498a551

Please sign in to comment.