Skip to content

Commit 0105adf

Browse files
committed
Revert "publish to the right Bintray organization"
This reverts commit 9163011. Now I'm not sure what's right, e.g. http://www.scala-sbt.org/0.13/docs/Bintray-For-Plugins.html seems to suggest using None, except I'm not sure if we're supposed to be taking advantage of "If you’re a member of the sbt organization on bintray" or not... we can take it up on #14
1 parent 9163011 commit 0105adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ licenses := Seq("BSD" -> url("http://opensource.org/licenses/BSD"))
2222

2323
bintrayRepository := "sbt-plugins"
2424

25-
bintrayOrganization := Some("typesafe")
25+
bintrayOrganization := None
2626

2727
// this plugin depends on the sbt-osgi plugin -- 2-for-1!
2828
// TODO update to 0.8.0

0 commit comments

Comments
 (0)