sbt/project/plugins.sbt

4 lines
179 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-28 17:21:22 +02:00
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0")
2017-07-31 15:54:28 +02:00
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17")