aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorHao Huang <hhuang@driver.xyz>2017-03-08 14:00:15 -0800
committerHao Huang <hhuang@driver.xyz>2017-03-08 14:00:15 -0800
commitb80b71a71577287a3dfe0fa3cd79957b00d39b8a (patch)
treeedd8782421145a7ac6291e8dd3b9c7e03e7d1331 /build.sbt
parentb90c2562c6223d91d2739cbdfd3962a9042fba5e (diff)
downloadsbt-settings-b80b71a71577287a3dfe0fa3cd79957b00d39b8a.tar.gz
sbt-settings-b80b71a71577287a3dfe0fa3cd79957b00d39b8a.tar.bz2
sbt-settings-b80b71a71577287a3dfe0fa3cd79957b00d39b8a.zip
Upgrade sbt assembly plugin
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index a414cb1..831def8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,7 @@ 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.4")
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.4.0")