diff --git a/build.sbt b/build.sbt index 2809f8f2..bc8ba0aa 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val server = project "org.scalameta" %% "munit" % munit % Test, "org.scalameta" %% "munit-scalacheck" % munitScalaCheck % Test, "org.http4s" %% "http4s-circe" % http4sVersion % Test, - "org.http4s" %% "http4s-jdk-http-client" % "0.9.1" % Test, + "org.http4s" %% "http4s-jdk-http-client" % "0.9.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ), libraryDependencySchemes += "org.typelevel" %% "munit-cats-effect" % VersionScheme.Always, // "early-semver",