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 838b0f6 + 3351458 commit 41065c5Copy full SHA for 41065c5
build.sbt
@@ -694,7 +694,7 @@ lazy val cats_effects = (project in file("cats-effects"))
694
name := "cats-effects",
695
scalaVersion := scala3Version,
696
libraryDependencies += catsEffect,
697
- libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
+ libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
698
libraryDependencies ++= scalaTestDeps,
699
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
700
)
0 commit comments