Skip to content

Commit ccffc64

Browse files
Update munit-cats-effect-3 from 1.0.7 to 2.0.0
1 parent bb433e5 commit ccffc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ lazy val cats_effects = (project in file("cats-effects"))
613613
name := "cats-effects",
614614
scalaVersion := scala3Version,
615615
libraryDependencies += catsEffect,
616-
libraryDependencies += "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
616+
libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
617617
libraryDependencies ++= scalaTestDeps,
618618
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
619619
)

0 commit comments

Comments
 (0)