aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: a3a7fb78a9fa5aeb0f1035aa93de9ce2870fefbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code style plugins
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.2.10")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "1.0.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")

// Launch and deploy/release plugins
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")

// This plugin represents functionality that is to be added to sbt in the future
addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1")