aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-08-17 14:41:16 -0600
committerJakob Odersky <jakob@driver.xyz>2018-08-17 14:41:16 -0600
commite74356f96daf49fcfcf35983014342161baa921a (patch)
tree76b6a960427272d727320a19e6f9777b9776b00c /build.sbt
parentcc3ab9c29f7b772e9194e4181b6de7c4d4784956 (diff)
downloadsbt-settings-e74356f96daf49fcfcf35983014342161baa921a.tar.gz
sbt-settings-e74356f96daf49fcfcf35983014342161baa921a.tar.bz2
sbt-settings-e74356f96daf49fcfcf35983014342161baa921a.zip
Add workspace plugin
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