Skip to content

Commit

Permalink
Update munit to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent b15a241 commit e2ec003
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 @@ -18,7 +18,7 @@ lazy val root = (project in file("."))
"org.http4s" %% "http4s-dsl" % http4sVersion % Provided,
"org.http4s" %% "http4s-circe" % http4sVersion,
"org.http4s" %% "http4s-scalatags" % "0.25.2",
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
"io.circe" %% "circe-generic" % "0.14.9",
// coursier only seems to include compile dependencies when
Expand Down

0 comments on commit e2ec003

Please sign in to comment.