aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-09-13 14:13:02 -0700
committervlad <vlad@drivergrp.com>2016-09-13 14:13:02 -0700
commit3bcede93eeffc2f4d882f82d25fc5b0bf850e771 (patch)
tree2aff6c63791a9337c2bb2a362464ebac6b4e28f4 /project
parenteb5c1e0608748ebd63a7956d66c52e142fab9bcb (diff)
downloadsbt-settings-3bcede93eeffc2f4d882f82d25fc5b0bf850e771.tar.gz
sbt-settings-3bcede93eeffc2f4d882f82d25fc5b0bf850e771.tar.bz2
sbt-settings-3bcede93eeffc2f4d882f82d25fc5b0bf850e771.zip
Removed sbt-docker plugin as it may introduce problems
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4ed4df3..731b32b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.4")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
-addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0")
+// addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0")
// This plugin represents functionality that is to be added to sbt in the future
addSbtPlugin("org.scala-sbt" % "sbt-core-next" % "0.1.1") \ No newline at end of file