We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0144f60 commit c40dc15Copy full SHA for c40dc15
build.sbt
@@ -173,7 +173,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform)
173
libraryDependencies ++= Seq(
174
"org.scalameta" %%% "munit" % "0.7.29",
175
"org.scalameta" % "junit-interface" % "0.7.29",
176
- "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.2",
+ "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3",
177
"org.typelevel" %%% "munit-cats-effect-3" % "1.0.6",
178
"org.typelevel" %%% "cats-free" % "2.6.1",
179
"org.typelevel" %%% "cats-laws" % "2.6.1",
0 commit comments