Fix bintrayRepository

This commit is contained in:
Eugene Yokota 2016-05-08 15:29:28 -04:00
parent d150825e18
commit 426f43f618
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def buildLevelSettings: Seq[Setting[_]] = inThisBuild(Seq(
version := "1.0.0-SNAPSHOT",
bintrayOrganization := Some("sbt"),
bintrayRepository := {
if (isSnapshot.value) "maven-releases"
if (!isSnapshot.value) "maven-releases"
else "maven-snapshots"
},
bintrayPackage := "sbt",