Skip to content

Commit 179312f

Browse files
committed
Update munit-scalacheck to 0.7.19
1 parent c70cc11 commit 179312f

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)