Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed May 30, 2024
1 parent 14a23c0 commit d52f588
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.0-RC1")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.0")
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional)
Expand Down

0 comments on commit d52f588

Please sign in to comment.