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.
2 parents 6b5f003 + 179312f commit c573649Copy full SHA for c573649
1 file changed
build.sbt
@@ -94,7 +94,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
94
.settings(dottyJsSettings(ThisBuild / crossScalaVersions))
95
.settings(
96
libraryDependencies ++= List(
97
- "org.scalameta" %%% "munit-scalacheck" % "0.7.18",
+ "org.scalameta" %%% "munit-scalacheck" % "0.7.19",
98
"org.typelevel" %%% "cats-effect" % "2.3.0-M1" % Test
99
)
100
0 commit comments