Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed Nov 15, 2024
1 parent 557d397 commit f7a7c08
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 @@ -15,7 +15,7 @@ lazy val documentation = project

lazy val `http4s-munit` = module
.settings(Test / fork := true)
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.1")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.2")
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.29")
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.29")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.29" % Optional)
Expand Down

0 comments on commit f7a7c08

Please # to comment.