thorp/project/plugins.sbt
2019-10-08 13:32:38 +01:00

5 lines
311 B
Scala

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.4")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")