aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ae42a23..60a922c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,7 +10,6 @@ addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.1")
addSbtPlugin("com.eed3si9n" %% "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.typesafe.sbt" %% "sbt-git" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" %% "sbt-native-packager" % "1.3.6")
-addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.8")
// the following prevents thousands of meaningless stacktraces by docker plugin on JDK 9
libraryDependencies += "javax.activation" % "activation" % "1.1.1" % Test