scala/scala-parallel-collections

publish for Scala 2.13.0-M3

SethTisue opened this issue · 5 comments

I'll attempt to handle this.

Travis-CI liked #39, so we know the existing code already compiles, and tests pass, on M3

we don't strictly need a 0.1.3 release for this. there is a fork-join change that should go in an eventual 0.1.3 release, but for now, I think it will be fine to just back-publish 0.1.2 for M3

I hit "close" and "release" in the Sonatype web UI, so the artifacts should be on their way to Maven Central.

search link to keep checking: https://search.maven.org/#search%7Cga%7C1%7Cscala-parallel-collections_2.13.0-M3
or just look at the directory: http://repo1.maven.org/maven2/org/scala-lang/modules/scala-parallel-collections_2.13.0-M3/1.0.2/

@SethTisue Have you tried sbt-sonatype? This will simplify the release process (at least you can save the time for opening the Sonatype WebUI).
https://github.com/xerial/sbt-sonatype

Anyway, thanks for the quick work!