aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-07-25 13:50:13 +0200
committeradamw <adam@warski.org>2017-07-25 13:50:13 +0200
commit80d34a72578ef6fca4c4da7576f58a867edfc4e8 (patch)
treef0a2bc814ee1c41a06cc799c9e5b300c7de1ae93 /project
parentb0e6bcc9a3da5a15ae25729142a2081e603be9b2 (diff)
downloadsttp-80d34a72578ef6fca4c4da7576f58a867edfc4e8.tar.gz
sttp-80d34a72578ef6fca4c4da7576f58a867edfc4e8.tar.bz2
sttp-80d34a72578ef6fca4c4da7576f58a867edfc4e8.zip
Add missing UI plugin
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 98fef44..d734f0e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -4,4 +4,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5") \ No newline at end of file
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5")
+
+addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.2") \ No newline at end of file