aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt18
1 files changed, 6 insertions, 12 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f6e2ef2..6faa230 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,15 +1,9 @@
// Code style plugins
-
-addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.0.3")
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
-addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.6")
+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.8.0")
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
-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")
+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")