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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Feb 12, 2019
1 parent f153ca5 commit 4fe7389
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Expand Up @@ -4,10 +4,11 @@ lazy val root = (project in file(".")).
settings(
sbtPlugin := true,
name := "sbt-buildo",
scalaVersion := "2.12.8",
organization := "io.buildo",
description := "sbt plugin for sharing configuration across projects at buildo",
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9"),
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 4fe7389

Please sign in to comment.