Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Add sbt-updates to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
calippo committed Feb 1, 2018
1 parent afd8168 commit 7b03061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Expand Up @@ -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"),
Expand Down

0 comments on commit 7b03061

Please sign in to comment.