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
scala-steward authored and jchapuis committed Jun 28, 2024
1 parent e1e6356 commit 590e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object Dependencies {
lazy val log4catsTesting = Seq("org.typelevel" %% "log4cats-testing" % log4catsVersion)

lazy val mUnitVersion = "0.7.29"
lazy val disciplineMUnitVersion = "1.0.9"
lazy val disciplineMUnitVersion = "2.0.0"
lazy val mUnit =
Seq("org.scalameta" %% "munit", "org.scalameta" %% "munit-scalacheck").map(
_ % mUnitVersion
Expand Down

0 comments on commit 590e1d0

Please sign in to comment.