Skip to content

Commit

Permalink
Update sbt-scoverage to 1.6.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and kailuowang committed Jul 13, 2019
1 parent cc3fea5 commit 05e71fc
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 @@ -6,7 +6,7 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.10")

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

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

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")

Expand Down

0 comments on commit 05e71fc

Please sign in to comment.