-
Notifications
You must be signed in to change notification settings - Fork 34
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
publish for Scala 2.13.0-M5? #23
Comments
|
after #19 was merged, I tried the Scala 2.13 community build and got:
this looks a consequence of scala/scala#6589; note that 6589 was merged post-M4, so you won't actually hit this when publishing for M4 |
if I run the community build now with
so that's promising. |
minitest remains green in the 2.13 community build. I've updated this ticket name now that Scala 2.13.0-M5 is out |
scalacheck needs to publish first, I think. typelevel/scalacheck#418 |
ScalaCheck 1.14.0 is now published for M5 (both JVM & JS), so this should be unblocked now, I think? |
@alexandru anything you could use community help with, here? |
@SethTisue Can you review #30? |
@ashawley done (I ✅'ed) |
ticket is closed, but I don't see artifacts at https://repo1.maven.org/maven2/io/monix/minitest_2.13.0-M5 ? |
@SethTisue I don’t remember closing it, however I’ll publish it tomorrow. |
@SethTisue I published it with version |
awesome! scala/make-release-notes@32059ea |
details: * build expanded in order to use Scala 2.13 milestone version (version 2.13.0-M5 is used) * 'scoverage' version upgraded: 1.3.1 -->> 1.4.0-M5 * Scala 2.13 build only: Xlint options 'by-name-right-associative' and 'unsound-match' are removed (related: monix/minitest#23 (comment))
Sorry for additional noise (spamming), I should have known better 😟 |
I think your dependencies are available for M4 now? (not 100% sure)
in the Scala 2.13 community build, at e.g. https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-community-build/1228/consoleFull, I'm seeing that getting minitest onto the new collections would also help unlock a bunch of downstream projects. (most of which need cats too, but cats isn't too far from being able to publish, too.)
The text was updated successfully, but these errors were encountered: