diff --git a/build.sbt b/build.sbt index 46f3f09..42b836c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true ThisBuild / githubWorkflowTargetBranches := Seq("*", "series/*") -val http4sV = "0.23.29" +val http4sV = "0.23.30" val munitCatsEffectV = "2.0.0" val munitScalaCheckV = "1.0.0" val scalacheckEffectV = "2.0.0-M2"