diff options
| author | Jim Lawson | 2017-09-14 09:42:07 -0700 |
|---|---|---|
| committer | GitHub | 2017-09-14 09:42:07 -0700 |
| commit | 6a5764225fd0efdb83c67124abcc06ab9bd02fc6 (patch) | |
| tree | 58771a2b91b89dea74e38b0678452bd77ed35d29 /project/plugins.sbt | |
| parent | a97fbfca90ba1a2604c89d3595a49d5260bd5f91 (diff) | |
Update sbt to 0.13.16; add Scala 2.12 support. (#675)
To clean, test, and build Scala 2.11 and Scala 2.12 versions:
% sbt +clean +test +publishLocal
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 6703eda9..aaf7bc26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,17 +4,15 @@ resolvers += Classpaths.sbtPluginReleases resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" -addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") - -addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2") +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") |
