Skip to content

Commit 3351458

Browse files
Update munit-cats-effect from 2.0.0 to 2.1.0
1 parent f7fbe99 commit 3351458

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
@@ -694,7 +694,7 @@ lazy val cats_effects = (project in file("cats-effects"))
694694
name := "cats-effects",
695695
scalaVersion := scala3Version,
696696
libraryDependencies += catsEffect,
697-
libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
697+
libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test,
698698
libraryDependencies ++= scalaTestDeps,
699699
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
700700
)

0 commit comments

Comments
 (0)