From 01efc35d313932b8e687ead95247f5cbcef6edb0 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 05:02:11 +0000 Subject: [PATCH] Update http4s-munit to 1.0.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index aeb8350..1557c29 100644 --- a/build.sbt +++ b/build.sbt @@ -17,11 +17,11 @@ lazy val `gcp-auth` = module .settings(libraryDependencies += "com.permutive" %% "refreshable" % "2.0.0") .settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27") .settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27") - .settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "0.15.1" % Test) + .settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "1.0.0" % Test) .settings(Test / fork := true) lazy val `gcp-auth-pureconfig` = module .settings(libraryDependencies += "com.github.pureconfig" %% "pureconfig-core" % "0.17.6") - .settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "0.15.1" % Test) + .settings(libraryDependencies += "com.alejandrohdezma" %% "http4s-munit" % "1.0.0" % Test) .settings(Test / fork := true) .dependsOn(`gcp-auth`)