scalacheck-effect icon indicating copy to clipboard operation
scalacheck-effect copied to clipboard

Add Specs2 v4 Integration

Open bpholt opened this issue 1 year ago • 2 comments

This PR requires https://github.com/typelevel/cats-effect-testing/pull/616.

bpholt avatar Dec 18 '24 23:12 bpholt

See also: https://github.com/etorreborre/specs2-cats/tree/master/scalacheck-effect

armanbilge avatar Dec 18 '24 23:12 armanbilge

See also: https://github.com/etorreborre/specs2-cats/tree/master/scalacheck-effect

Thanks for sharing this! I was unaware of that library, but even so, it looks like it only supports Specs2 5 and Scala 3. Unfortunately for me, the work I was doing that led to these PRs being created was actually an upgrade from Scala 2.12 to 2.13. I think it would be helpful to continue to support those platforms as well, which I hope this PR can help with.

bpholt avatar Dec 19 '24 21:12 bpholt