Skip to content

Commit 93120eb

Browse files
authored
Merge pull request #1370 from Baeldung/update/munit-cats-effect-3-2.0.0
Update munit-cats-effect-3 from 1.0.7 to 2.0.0
2 parents 1314886 + ccffc64 commit 93120eb

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)