sbt/project/plugins.sbt

5 lines
235 B
Plaintext
Raw Normal View History

2017-06-14 07:30:26 +02:00
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
2017-07-01 13:47:19 +02:00
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M7")