Skip to content

Commit

Permalink
Downgrade discipline-munit due to lack of native 0.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Nov 29, 2024
1 parent 0335878 commit b6f4e70
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 @@ -189,7 +189,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-free" % "2.11.0",
"org.typelevel" %%% "cats-laws" % "2.11.0",
"org.typelevel" %%% "cats-effect-testkit" % "3.5.6",
"org.typelevel" %%% "discipline-munit" % "2.0.0",
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3",
"org.typelevel" %%% "cats-time" % "0.5.1",
"eu.timepit" %%% "refined-cats" % refinedVersion,
"org.typelevel" %%% "otel4s-sdk-trace" % otel4sVersion,
Expand Down

0 comments on commit b6f4e70

Please sign in to comment.