Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
bump sbt-scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Jun 26, 2019
1 parent a4530b3 commit fb40732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")

libraryDependencies += "org.scoverage" %% "scalac-scoverage-runtime" % "1.4.0"

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

Expand Down

0 comments on commit fb40732

Please sign in to comment.