Update plugin files

This commit is contained in:
Sarah Gerweck 2017-10-15 17:53:13 -07:00
parent ad8cff3c66
commit 98f98948d7
5 changed files with 7 additions and 5 deletions

View File

@ -1,2 +1,2 @@
// Plugin for generating Eclipse project configuration
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")

View File

@ -1,2 +1,2 @@
// Plugin for doing PGP signatures for releases
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

View File

@ -1,2 +1,2 @@
// Plugin that automates the standard release process
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

View File

@ -1,2 +1,2 @@
// Standard plugin for generating docs, etc.
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")

View File

@ -1,2 +1,4 @@
/* Plugin that provides connectivity to the Sonatype repo, where many open
* source projects are hosted. (Projects published here are automatically
* synchronized to Maven central.) */
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")