aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 6faa230035e2f0b6a38df6373cb12991d9e632bf (plain) (blame)
1
2
3
4
5
6
7
8
9
// Code style plugins
addSbtPlugin("org.scalastyle"  %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.lucidchart"  %% "sbt-scalafmt"          % "1.10")

// Launch and deploy/release plugins
addSbtPlugin("io.spray"          %% "sbt-revolver"  % "0.9.0")
addSbtPlugin("com.eed3si9n"      %% "sbt-buildinfo" % "0.7.0")
addSbtPlugin("com.typesafe.sbt"  %% "sbt-git"       % "0.9.3")
addSbtPlugin("com.github.gseitz" %% "sbt-release"   % "1.0.6")