Skip to content

Commit

Permalink
Add note about sbt-scoverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Mar 17, 2016
1 parent 00ee2ea commit 739d9b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

// sbt-scoverage 1.3.5 has a bug that results in 2.10 tests not being run.
// See https://github.com/scoverage/sbt-scoverage/issues/146
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.2.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
Expand Down

0 comments on commit 739d9b1

Please sign in to comment.