Skip to content

Commit d528dd7

Browse files
Update munit-cats-effect to 2.1.0
1 parent fc14a2c commit d528dd7

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
@@ -40,7 +40,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform)
4040
"org.typelevel" %%% "cats-laws" % CatsVersion % Test,
4141
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test,
4242
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test,
43-
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
43+
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
4444
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
4545
)
4646
)

0 commit comments

Comments
 (0)