From 599c64bc314b6e250feadf473bbc052f26fd590e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 00:07:07 +0000 Subject: [PATCH] chore(deps): bump http4s-munit from 0.15.1 to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6b29fb..9ae745c 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val dependencies = { // munit "org.scalameta" %% "munit" % "0.7.29" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test, - "com.alejandrohdezma" %% "http4s-munit" % "0.15.1" % Test + "com.alejandrohdezma" %% "http4s-munit" % "1.0.0" % Test ) }