Update plugins and split them into files

This commit is contained in:
Sarah Gerweck 2017-10-07 23:58:04 -07:00
parent 33cee37c10
commit 2aa25da317
7 changed files with 11 additions and 12 deletions

View File

@ -1,3 +1,2 @@
// Meta-settings for controlling the compilation of the build script
scalacOptions += "-deprecation"
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")

View File

@ -0,0 +1,2 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")

2
project/plugin-pgp.sbt Normal file
View File

@ -0,0 +1,2 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

View File

@ -0,0 +1,2 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

2
project/plugin-site.sbt Normal file
View File

@ -0,0 +1,2 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")

View File

@ -0,0 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

View File

@ -1,10 +0,0 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")