scalameta / munit

Scala testing library with actionable errors and extensible APIs
https://scalameta.org/munit
Apache License 2.0
428 stars 88 forks source link

improvement: Remove scalacheck so that base munit doesn't depend on scalacheck #762

Closed tgodzik closed 4 months ago

tgodzik commented 4 months ago

This causes us to be blocked whenever scalacheck needs to update still or when scalacheck moves to a newer LTS while we haven't (it's the case now)

Fixes https://github.com/scalameta/munit/issues/758

Moved it here https://github.com/scalameta/munit-scalacheck

CC @olafurpg @gabro