Skip to content

Commit

Permalink
Try using different bintray settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bpitman committed Jul 15, 2015
1 parent ccff112 commit 14236ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Bintray.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Bintray {
}
lazy val storeBintrayCredentials = taskKey[Unit]("store bintray credentials")

lazy val settings: Seq[Def.Setting[_]] = buildPublishSettings ++ Seq(
lazy val settings: Seq[Def.Setting[_]] = bintraySettings ++ Seq(
bintrayRepository := "maven",
bintrayPackage := "iep",
bintrayOrganization := Some("netflixoss"),
Expand Down

0 comments on commit 14236ed

Please sign in to comment.