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
lucuma-steward[bot] committed May 29, 2024
1 parent 9095b65 commit 387a87d
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 @@ -22,6 +22,6 @@ lazy val refinedAlgebra = crossProject(JVMPlatform, JSPlatform)
"org.typelevel" %%% "algebra-laws" % algebraVersion % Test,
"eu.timepit" %%% "refined-cats" % refinedVersion % Test,
"eu.timepit" %%% "refined-scalacheck" % refinedVersion % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test
)
)

0 comments on commit 387a87d

Please sign in to comment.