Browse Source

Update plugins and split them into files

master
Sarah Gerweck 7 years ago
parent
commit
2aa25da317
  1. 3
      project/meta.sbt
  2. 2
      project/plugin-eclipse.sbt
  3. 2
      project/plugin-pgp.sbt
  4. 2
      project/plugin-release.sbt
  5. 2
      project/plugin-site.sbt
  6. 2
      project/plugin-sonatype.sbt
  7. 10
      project/plugins.sbt

3
project/meta.sbt

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

2
project/plugin-eclipse.sbt

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

2
project/plugin-pgp.sbt

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

2
project/plugin-release.sbt

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

2
project/plugin-site.sbt

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

2
project/plugin-sonatype.sbt

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

10
project/plugins.sbt

@ -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")
Loading…
Cancel
Save