Skip to content

Commit

Permalink
Update munit to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Dec 2, 2024
1 parent 6ff7587 commit b9fc26b
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 @@ -30,7 +30,7 @@ lazy val root = (project in file("."))
"org.typelevel" %% "case-insensitive" % "1.4.0",
"org.http4s" %% "http4s-dsl" % Http4sVersion % Test,
).map(_.cross(CrossVersion.for3Use2_13)) ++ Seq(
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
),
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit b9fc26b

Please sign in to comment.