aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-09-13 13:07:28 -0700
committervlad <vlad@drivergrp.com>2016-09-13 13:07:28 -0700
commit31a964768471dfeccde609222b1a1c7ded3b8f32 (patch)
treeb19151e8b8fc5c16df9e268d449b8ce557269746 /project
parentaa496824e784bdf02ad7e022fdef8608cbced2c3 (diff)
downloadsbt-settings-31a964768471dfeccde609222b1a1c7ded3b8f32.tar.gz
sbt-settings-31a964768471dfeccde609222b1a1c7ded3b8f32.tar.bz2
sbt-settings-31a964768471dfeccde609222b1a1c7ded3b8f32.zip
New organization xyz.driver and Docker settings
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 e15ba4a..0deeb24 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -8,7 +8,7 @@ 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.2")
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")