From d52f588d98da5de374ef49fe087f36fade14c768 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:50:17 +0000 Subject: [PATCH] Update munit to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b844d0f..6bfb628 100644 --- a/build.sbt +++ b/build.sbt @@ -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)