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

#14: Add sbt-updates plugin (closes #14) #15

Merged
merged 1 commit into from
Feb 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
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