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

Commit

Permalink
Fix bintray config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 14, 2016
1 parent 3806189 commit 1e630a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ lazy val root = (project in file(".")).
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"),
bintrayRepository := "sbt-buildo"
bintrayRepository := "maven"
)

0 comments on commit 1e630a7

Please sign in to comment.