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 1314886 + ccffc64 commit 93120ebCopy full SHA for 93120eb
build.sbt
@@ -613,7 +613,7 @@ lazy val cats_effects = (project in file("cats-effects"))
613
name := "cats-effects",
614
scalaVersion := scala3Version,
615
libraryDependencies += catsEffect,
616
- libraryDependencies += "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
+ libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
617
libraryDependencies ++= scalaTestDeps,
618
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
619
)
0 commit comments