Skip to content

Commit a419b7d

Browse files
authored
Merge pull request #465 from scala-steward/update/zio-http-3.3.3
Update zio-http to 3.3.3
2 parents b785acd + c28a7d2 commit a419b7d

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.2.0"
81+
libraryDependencies += "dev.zio" %% "zio-http" % "3.3.3"
8282
)
8383

8484
lazy val root = (project

0 commit comments

Comments
 (0)