Skip to content

Commit 4140e89

Browse files
authored
Update zio-http to 3.7.4 (#521)
1 parent d230fed commit 4140e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ lazy val zio = module("zio") {
229229
.settings(
230230
description := "zio-http based client for kubernetes",
231231
libraryDependencies ++= Seq(
232-
"dev.zio" %% "zio-http" % "3.7.3"
232+
"dev.zio" %% "zio-http" % "3.7.4"
233233
)
234234
)
235235
.dependsOn(client, `zio-json`)

0 commit comments

Comments
 (0)