diff options
| author | Jim Lawson | 2017-05-25 18:41:16 -0700 |
|---|---|---|
| committer | Jack Koenig | 2017-05-25 18:41:16 -0700 |
| commit | ee599da45bd37acc9d2a23dd29cf6edffc355bda (patch) | |
| tree | 956e300722231c6e56c1f6d77ff1faa01bae3bd2 /project/plugins.sbt | |
| parent | 0d121a2e357511e9e7d975ae5f2d316e47cbf43b (diff) | |
Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)
bump scoverage version
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ff66b4f..6703eda9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4") |
