Skip to content

Commit

Permalink
Merge pull request #378 from armanbilge/update/discipline-munit-2.0.0
Browse files Browse the repository at this point in the history
Update discipline-munit to 2.0.0
  • Loading branch information
armanbilge authored Oct 1, 2024
2 parents c477bd2 + 2f21c49 commit 35cf447
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" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
)
Expand Down

0 comments on commit 35cf447

Please sign in to comment.