sbt/project/plugins.sbt

4 lines
182 B
Plaintext
Raw Normal View History

2017-06-14 07:30:26 +02:00
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
2017-07-14 21:56:06 +02:00
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M9")
2017-07-20 18:09:06 +02:00
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")