[1.x] deps: Gigahorse 0.9.4 (#9126)

This commit is contained in:
eugene yokota 2026-04-24 00:07:58 -04:00 committed by GitHub
parent 872db3d817
commit 764c9e13ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -133,5 +133,5 @@ object Dependencies {
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.13.0"
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
val kindProjector = ("org.typelevel" % "kind-projector" % "0.13.4").cross(CrossVersion.full)
val gigahorseOkHttp = "com.eed3si9n" %% "gigahorse-apache-http" % "0.9.3"
val gigahorseOkHttp = "com.eed3si9n" %% "gigahorse-apache-http" % "0.9.4"
}