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 f7fbe99 commit 3351458Copy full SHA for 3351458
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