Skip to content

Commit

Permalink
Update discipline-munit to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimble-agar-steward[bot] committed May 22, 2024
1 parent 836dc05 commit c44ecff
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 @@ -39,7 +39,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform)
"co.fs2" %%% "fs2-core" % Fs2Version,
"org.typelevel" %%% "cats-laws" % CatsVersion % Test,
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
)
Expand Down

0 comments on commit c44ecff

Please sign in to comment.