From 80d34a72578ef6fca4c4da7576f58a867edfc4e8 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 25 Jul 2017 13:50:13 +0200 Subject: Add missing UI plugin --- project/plugins.sbt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3