aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-09-14 14:41:18 -0700
committervlad <vlad@drivergrp.com>2016-09-14 14:41:18 -0700
commit3b18aca42600aae3e7cefba73e0fe66a5648c37c (patch)
tree4d246655e51b19c8653ee8ac0dd95059afc948cc /build.sbt
parent1dcd004fa50d94d57a8f27669e96ed39025c4f8f (diff)
downloadsbt-settings-3b18aca42600aae3e7cefba73e0fe66a5648c37c.tar.gz
sbt-settings-3b18aca42600aae3e7cefba73e0fe66a5648c37c.tar.bz2
sbt-settings-3b18aca42600aae3e7cefba73e0fe66a5648c37c.zip
Proper docker configuration
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index f0cbd95..8fcb0e6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,10 +16,10 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
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.typesafe.sbt" % "sbt-native-packager" % "1.1.1")
+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")