Skip to content

Commit 1e39697

Browse files
committed
Update zio-http to 3.11.1
1 parent b5fdacc commit 1e39697

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
@@ -68,7 +68,7 @@ lazy val unfiltered = (project in file("unfiltered")).settings(
6868

6969
lazy val `zio-http` = (project in file("zio-http")).settings(
7070
scalaVersion := scalaV,
71-
libraryDependencies += "dev.zio" %% "zio-http" % "3.10.1"
71+
libraryDependencies += "dev.zio" %% "zio-http" % "3.11.1"
7272
)
7373

7474
lazy val root = (project

0 commit comments

Comments
 (0)