Update plugin files
This commit is contained in:
parent
ad8cff3c66
commit
98f98948d7
@ -1,2 +1,2 @@
|
||||
// Plugin for generating Eclipse project configuration
|
||||
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
// Plugin for doing PGP signatures for releases
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
// Plugin that automates the standard release process
|
||||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
// Standard plugin for generating docs, etc.
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
|
||||
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user