diff --git a/build.sbt b/build.sbt index 96b4f16..f71372c 100644 --- a/build.sbt +++ b/build.sbt @@ -9,6 +9,7 @@ lazy val root = (project in file(".")). addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1"), addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0"), addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5"), + addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4"), licenses := Seq("MIT" -> url("https://github.com/buildo/sbt-buildo/blob/master/LICENSE")), scmInfo := Some(ScmInfo(url("https://github.com/buildo/sbt-buildo"), "git@github.com:buildo/sbt-buildo.git")), bintrayOrganization := Some("buildo"),