ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 121 forks source link

Missing 0.26.4 artefacts for 2.11 #217

Closed lloydmeta closed 7 years ago

lloydmeta commented 7 years ago

According to this, 0.26.4 isn't up for 2.11.

zsxwing commented 7 years ago

Thanks for reporting it. Looks like there was some error when syncing from bintray to maven central. I just pushed a commit to resync. Let's see if it will be fixed.

zsxwing commented 7 years ago

Forgot to mention one thing: it's in https://oss.sonatype.org/content/repositories/releases/io/reactivex/rxscala_2.11/0.26.4/ now. So should be available on maven central.

I guess the issue is bintray maven sync doesn't support multiple requests running at the same time.

lloydmeta commented 7 years ago

Thanks for fixing the problem ! It's available now so I'll close this issue.