hmil / RosHTTP

Unified Scala.js + Scala HTTP client API
MIT License
126 stars 24 forks source link

Dependency on Monix 2.3.0 Broken #85

Closed Vance-Turner closed 5 years ago

Vance-Turner commented 5 years ago

The dependency on Monix 2.3.0 is broken due to the JAR being unavailable. Monix version 2.3.3 is available though.

hmil commented 5 years ago

Hi, thanks for the heads up. I'll take care of this.

hmil commented 5 years ago

Wait a minute, which JAR is unavailable? I just tested and it worked, also there doesn't seem to be anything missing from maven central.

Vance-Turner commented 5 years ago

The 2.3.0 jar here isn't available: https://repo1.maven.org/maven2/io/monix/monix_2.12/2.3.0/

hmil commented 5 years ago

@Vance-Turner I just released v2.2.4. Can you try that and tell me if it works?