Skip to content

Commit 7f58d54

Browse files
committed
Update zio-http to 3.7.0
1 parent 928cf9b commit 7f58d54

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
@@ -233,7 +233,7 @@ lazy val zio = module("zio") {
233233
.settings(
234234
description := "zio-http based client for kubernetes",
235235
libraryDependencies ++= Seq(
236-
"dev.zio" %% "zio-http" % "3.0.1",
236+
"dev.zio" %% "zio-http" % "3.7.0",
237237
"dev.zio" %%% "zio-json" % "0.7.45"
238238
)
239239
)

0 commit comments

Comments
 (0)