Skip to content

Commit e5e3d49

Browse files
authored
Merge pull request #1092 from typelevel/update/series/0.6.x/munit-cats-effect-2.0.0
Update munit-cats-effect to 2.0.0 in series/0.6.x
2 parents 5c7e21a + e6b3544 commit e5e3d49

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
@@ -190,7 +190,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
190190
"org.scalameta" %%% "munit" % "1.0.0-RC1",
191191
"org.scalameta" % "junit-interface" % "1.0.0-RC1",
192192
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
193-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1",
193+
"org.typelevel" %%% "munit-cats-effect" % "2.0.0",
194194
"org.typelevel" %%% "cats-free" % "2.10.0",
195195
"org.typelevel" %%% "cats-laws" % "2.10.0",
196196
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4",

0 commit comments

Comments
 (0)