We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bbbe1 commit 405ca0eCopy full SHA for 405ca0e
build.sbt
@@ -169,7 +169,7 @@ lazy val `http4s-client` = crossProject(JVMPlatform)
169
.exclude("org.http4s", s"http4s-dsl_${binaryVersion}"),
170
// needed because of hard-link in http4s-grpc
171
// https://github.com/davenverse/http4s-grpc/pull/89
172
- "org.http4s" %% "http4s-ember-core" % "0.23.30",
+ "org.http4s" %% "http4s-ember-core" % "0.23.33",
173
"net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.6.4-v2-20250427",
174
"com.permutive" %% "gcp-auth" % "2.1.0"
175
)
0 commit comments