We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b785acd + c28a7d2 commit a419b7dCopy full SHA for a419b7d
1 file changed
build.sbt
@@ -78,7 +78,7 @@ lazy val unfiltered = (project in file("unfiltered")).settings(
78
79
lazy val `zio-http` = (project in file("zio-http")).settings(
80
scalaVersion := scalaV,
81
- libraryDependencies += "dev.zio" %% "zio-http" % "3.2.0"
+ libraryDependencies += "dev.zio" %% "zio-http" % "3.3.3"
82
)
83
84
lazy val root = (project
0 commit comments