Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed Jun 7, 2024
1 parent 286d439 commit 843f4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
)

Expand Down

0 comments on commit 843f4dd

Please sign in to comment.