Skip to content

Commit b51038d

Browse files
authored
Merge pull request #1193 from typelevel/update/series/0.6.x/munit-cats-effect-2.1.0
Update munit-cats-effect to 2.1.0 in series/0.6.x
2 parents 0d69235 + 3914dfc commit b51038d

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
@@ -188,7 +188,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
188188
"org.scalameta" %%% "munit" % "1.0.0",
189189
"org.scalameta" % "junit-interface" % "1.1.0",
190190
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
191-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0",
191+
"org.typelevel" %%% "munit-cats-effect" % "2.1.0",
192192
"org.typelevel" %%% "cats-free" % "2.11.0",
193193
"org.typelevel" %%% "cats-laws" % "2.11.0",
194194
"org.typelevel" %%% "cats-effect-testkit" % "3.6.0",

0 commit comments

Comments
 (0)