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 073fa41 + 10d705e commit f7c3601Copy full SHA for f7c3601
1 file changed
build.sbt
@@ -29,6 +29,6 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform)
29
.settings(
30
libraryDependencies ++= List(
31
"org.scalameta" %%% "munit-scalacheck" % "0.7.29",
32
- "org.typelevel" %%% "cats-effect" % "3.3.11" % Test
+ "org.typelevel" %%% "cats-effect" % "3.3.14" % Test
33
)
34
0 commit comments