diff options
| author | Jack Koenig | 2017-12-18 12:00:48 -0800 |
|---|---|---|
| committer | GitHub | 2017-12-18 12:00:48 -0800 |
| commit | 9f504b9926d38d11fb8003c72360ff11d24b5ef6 (patch) | |
| tree | 0c833f4eacc7d6341cf43bb6a45ce0d688d3abfd /project/plugins.sbt | |
| parent | 74de925ab437ef999a92b36630ebc4965992fdbf (diff) | |
Bump SBT to 1.0.4 and update plugins (#742)
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 7deee8b3..0768a361 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") |
