Skip to content
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

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

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Apr 17, 2024

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 #758

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

CC @olafurpg @gabro

.enablePlugins(MdocPlugin, DocusaurusPlugin)
.disablePlugins(MimaPlugin)
.settings(
sharedSettings,
publish / skip := true,
moduleName := "munit-docs",
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "1.0.0-M11",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we need this for in the docs? Should any doc examples move to the munit-scalacheck module too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for https://scalameta.org/munit/docs/integrations/scalacheck.html we compile the snippets there which is why we need the dependency. We could move to a separate page, but that would be a single page, so I thought it's not worth it yet.

…calacheck

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)
@tgodzik tgodzik merged commit d45cf58 into scalameta:main Apr 18, 2024
9 checks passed
@tgodzik tgodzik deleted the remove-scalacheck branch April 18, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract munit-scalacheck to a different repo/sbt project
2 participants