Skip to content

Commit

Permalink
Update zio-http to 3.0.0-RC10
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Aug 31, 2024
1 parent b1a374a commit f06807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ lazy val zio = module("zio") {
.settings(
description := "zio-http based client for kubernetes",
libraryDependencies ++= Seq(
"dev.zio" %% "zio-http" % "3.0.0-RC4",
"dev.zio" %% "zio-http" % "3.0.0-RC10",
"dev.zio" %%% "zio-json" % "0.6.2"
)
)
Expand Down

0 comments on commit f06807a

Please sign in to comment.