Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Rxjava #1701 #29

Merged
merged 5 commits into from
Oct 7, 2014
Merged

Merge Rxjava #1701 #29

merged 5 commits into from
Oct 7, 2014

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented Oct 5, 2014

Including:

@zsxwing
Copy link
Member Author

zsxwing commented Oct 5, 2014

The build error is unresolved dependency: me.lessis#bintray-sbt;0.1.2: not found

I checked other successful builds and found they downloaded it from https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/me.lessis/bintray-sbt/scala_2.10/sbt_0.13/0.1.2/jars/bintray-sbt.jar

But now this link cannot be accessed. Does anyone know why it's removed from repo.scala-sbt.org?

@zsxwing
Copy link
Member Author

zsxwing commented Oct 5, 2014

Should I add

resolvers += Resolver.url(
  "bintray-sbt-plugin-releases",
    url("http://dl.bintray.com/content/sbt/sbt-plugin-releases"))(
        Resolver.ivyStylePatterns)

into project/bintray.sbt? @jmhofer

@jmhofer
Copy link
Collaborator

jmhofer commented Oct 5, 2014

Probably. No idea though why it doesn't work anymore without this.

@zsxwing
Copy link
Member Author

zsxwing commented Oct 5, 2014

Probably. No idea though why it doesn't work anymore without this.

Because me.lessis#bintray-sbt;0.1.2 is removed from repo.scala-sbt.org. I can only find 0.1.0 in https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/me.lessis/bintray-sbt/scala_2.10/sbt_0.13/ now.

benjchristensen added a commit that referenced this pull request Oct 7, 2014
@benjchristensen benjchristensen merged commit 8982cff into ReactiveX:0.x Oct 7, 2014
@zsxwing zsxwing deleted the rxjava-1701 branch October 8, 2014 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants