Skip to content

Commit

Permalink
install sbt-scoverage plugin (cequence-io#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Jun 10, 2023
1 parent e9c8d71 commit d930ddc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
logLevel := Level.Warn

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

// Test Coverage plugin.
// ~
// 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")

0 comments on commit d930ddc

Please sign in to comment.