Skip to content

Commit c40dc15

Browse files
committed
Update scalacheck-effect-munit to 1.0.3
1 parent 0144f60 commit c40dc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform)
173173
libraryDependencies ++= Seq(
174174
"org.scalameta" %%% "munit" % "0.7.29",
175175
"org.scalameta" % "junit-interface" % "0.7.29",
176-
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.2",
176+
"org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3",
177177
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.6",
178178
"org.typelevel" %%% "cats-free" % "2.6.1",
179179
"org.typelevel" %%% "cats-laws" % "2.6.1",

0 commit comments

Comments
 (0)