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

Update munit-scalacheck to 1.1.0 #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update munit-scalacheck to 1.1.0
scala-steward committed Jan 24, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b80f781ab661386c8fc0d716518787e24e13ade3
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ lazy val core = (project in file("modules/core"))
"org.mongodb" % "bson" % "5.2.1",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test
),
Compile / sourceGenerators += Boilerplate.generatorTask.taskValue,
Compile / unmanagedSourceDirectories += baseDirectory.value / s"target/scala-${scalaVersion.value}/src_managed"