scalatest / scalatestplus-scalacheck

ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaCheck.
Apache License 2.0
57 stars 24 forks source link

update to ScalaCheck 1.15.0 #41

Closed larsrh closed 3 years ago

larsrh commented 3 years ago

Scalacheck is natively built for Dotty.

Since 1.15.0 (and other releases in the 1.15.x series) are binary compatible to 1.14.0, the transition should be smooth.

~1.15.0 final should follow after RC1 next week. I've opened this PR with the RC to figure out if there are any remaining issues with it.~

cla-bot[bot] commented 3 years ago

Hi @larsrh, we require contributors to sign our Contributor License Agreement, and we don't have yours on file. In order for us to review and merge your code, please access https://www.artima.com/cla/choose-type to sign our Contributor License Agreement. Your effort is highly appreciated. Thank you.

artimasites commented 3 years ago

@cla-bot[bot] check

cla-bot[bot] commented 3 years ago

The cla-bot has been summoned, and re-checked this pull request!

cheeseng commented 3 years ago

@larsrh I have tested the changes, works great! Thanks for the PR!

I have changed the base branch to the new branch 'scalacheck-1.15/3.2.2.x' which I created off existing 'scalacheck-1.14/3.2.2.x'.

For release build for scalacheck-1.15 I guess it is best to wait for 1.15.0 final next week, right?

larsrh commented 3 years ago

Sound good. I will keep this PR open and push another commit as soon as 1.15.0 is out.

larsrh commented 3 years ago

Updated for 1.15.0 final. A release would be appreciated!

cheeseng commented 3 years ago

@larsrh Thanks, I'll try it and work on a release today.