-
Notifications
You must be signed in to change notification settings - Fork 56
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
Bump ScalaCheck to 1.13.0 #17
Conversation
There appears to be some version clash with Scala.js. Unfortunately I have no idea what to do about that 😦 |
Yeah I have ran into this too. I wonder if @bvenners has seen it? |
Could it be related to not having a published JS SNAPSHOT for that milestone? scalatest/scalatest#837 (comment) |
OK I lied, he does have JS SNAPSHOT published: scalatest/scalatest#837 (comment) On a related note, are we OK with depending on a SNAP (a stable SNAPSHOT) release, or would we like to wait for a more final release? On a more selfish note, this decision impacts how quickly we can fix the Cats build. |
Seems it was just an incompatible version of Scala.JS. Fixed now. |
Thanks, merged! |
Sweet - what's the roadmap looking like for the next release? |
I could either wait for #18 or cut one now, what would you prefer? |
@larsrh Let's wait, I'll try to ping/PR again when ScalaTest makes a non-SNAP release |
Probably pending a non-SNAPSHOT release for scalatest/scalatest#837