diff --git a/project/bintray.sbt b/project/bintray.sbt deleted file mode 100644 index 8dd913f98..000000000 --- a/project/bintray.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") diff --git a/project/contraband.sbt b/project/contraband.sbt deleted file mode 100644 index 88961b8f9..000000000 --- a/project/contraband.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M3") diff --git a/project/doge.sbt b/project/doge.sbt deleted file mode 100644 index fedea9490..000000000 --- a/project/doge.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.3") diff --git a/project/house.sbt b/project/house.sbt deleted file mode 100644 index bad061ebe..000000000 --- a/project/house.sbt +++ /dev/null @@ -1 +0,0 @@ -addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.2") diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 000000000..3c7fb1497 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1,6 @@ +addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.2") +addSbtPlugin("com.eed3si9n" % "sbt-doge" % "0.1.3") +addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M3") +addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0") + +scalacOptions += "-language:postfixOps"