Update plugins and split them into files
This commit is contained in:
parent
33cee37c10
commit
2aa25da317
@ -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
Normal file
2
project/plugin-eclipse.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.2")
|
||||
|
2
project/plugin-pgp.sbt
Normal file
2
project/plugin-pgp.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
|
||||
|
2
project/plugin-release.sbt
Normal file
2
project/plugin-release.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
|
||||
|
2
project/plugin-site.sbt
Normal file
2
project/plugin-site.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
|
||||
|
2
project/plugin-sonatype.sbt
Normal file
2
project/plugin-sonatype.sbt
Normal file
@ -0,0 +1,2 @@
|
||||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
|
||||
|
@ -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…
Reference in New Issue
Block a user