Skip to content

Commit e935e18

Browse files
authored
Merge pull request #1823 from Baeldung/update/zio-http-3.2.0
Update zio-http, zio-http-testkit from 3.1.0 to 3.2.0
2 parents f266b8a + 008f2b3 commit e935e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ lazy val zio3 = (project in file("zio3"))
739739
.settings(
740740
libraryDependencies ++= Seq(
741741
zioJsonDep,
742-
"dev.zio" %% "zio-http" % "3.1.0",
742+
"dev.zio" %% "zio-http" % "3.2.0",
743743
"io.getquill" %% "quill-zio" % "4.8.5",
744744
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
745745
"com.h2database" % "h2" % "2.2.220"
@@ -748,7 +748,7 @@ lazy val zio3 = (project in file("zio3"))
748748
"dev.zio" %% "zio-test" % zioVersion % Test,
749749
zioTestSbt,
750750
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
751-
"dev.zio" %% "zio-http-testkit" % "3.1.0" % Test
751+
"dev.zio" %% "zio-http-testkit" % "3.2.0" % Test
752752
),
753753
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
754754
run / fork := true

0 commit comments

Comments
 (0)