Skip to content

Commit

Permalink
Merge pull request #775 from scalameta/update/munit-scalacheck-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.0.0-RC1
  • Loading branch information
tgodzik authored Apr 29, 2024
2 parents 202706f + 1542212 commit 7f1cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ lazy val docs = project
sharedSettings,
publish / skip := true,
moduleName := "munit-docs",
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "1.0.0-M12",
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % "1.0.0-RC1",
crossScalaVersions := List(scala213, scala212),
test := {},
mdocOut :=
Expand Down

0 comments on commit 7f1cc60

Please sign in to comment.