krasserm / streamz

A combinator library for integrating Functional Streams for Scala (FS2), Akka Streams and Apache Camel
Apache License 2.0
282 stars 44 forks source link

Are Scala 2.13 versions published anywhere? #87

Closed worace closed 3 years ago

worace commented 3 years ago

Apologies if I am missing something obvious, but I was not able to find Scala 2.13 artifacts in bintray or maven central. Are these actually published, or is it still just Scala 2.12 for the moment? The Bintray directory I was investigating is here FWIW: https://dl.bintray.com/krasserm/maven/com/github/krasserm/.

Thanks!

Daenyth commented 3 years ago

At minimum, 0.13 is published for 2.12

Check the readme, the bintray group changed

worace commented 3 years ago

Ah, thanks @Daenyth I had absolutely missed that.

For anyone else who makes my same mistake, had to change the custom bintray resolver:

-    resolvers += Resolver.bintrayRepo("krasserm", "maven"),
+    resolvers += Resolver.bintrayRepo("streamz", "maven"),