Skip to content

Commit 94016c0

Browse files
committed
Update zio-http to 3.5.1
1 parent 25a521b commit 94016c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lazy val unfiltered = (project in file("unfiltered")).settings(
7878

7979
lazy val `zio-http` = (project in file("zio-http")).settings(
8080
scalaVersion := scalaV,
81-
libraryDependencies += "dev.zio" %% "zio-http" % "3.3.3"
81+
libraryDependencies += "dev.zio" %% "zio-http" % "3.5.1"
8282
)
8383

8484
lazy val root = (project

0 commit comments

Comments
 (0)