Skip to content

Commit

Permalink
Merge pull request #74 from scala-steward/update/sbt-scoverage-2.0.11
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.11
  • Loading branch information
phelps-sg authored Mar 2, 2024
2 parents 607581d + 8892dfd commit c35e8a7
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.10")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")

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

0 comments on commit c35e8a7

Please sign in to comment.