Skip to content

Commit c573649

Browse files
authored
Merge pull request #55 from scala-steward/update/munit-scalacheck-0.7.19
Update munit-scalacheck to 0.7.19
2 parents 6b5f003 + 179312f commit c573649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
9494
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
9595
.settings(
9696
libraryDependencies ++= List(
97-
"org.scalameta" %%% "munit-scalacheck" % "0.7.18",
97+
"org.scalameta" %%% "munit-scalacheck" % "0.7.19",
9898
"org.typelevel" %%% "cats-effect" % "2.3.0-M1" % Test
9999
)
100100
)

0 commit comments

Comments
 (0)