Skip to content

Commit feb7492

Browse files
authored
Merge pull request #2079 from Baeldung/update/zio-http-3.7.1
Update zio-http, zio-http-testkit from 3.6.0 to 3.7.1
2 parents 29370d7 + 1a8f30f commit feb7492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ lazy val zio3 = (project in file("zio3"))
740740
.settings(
741741
libraryDependencies ++= Seq(
742742
zioJsonDep,
743-
"dev.zio" %% "zio-http" % "3.6.0",
743+
"dev.zio" %% "zio-http" % "3.7.1",
744744
"io.getquill" %% "quill-zio" % "4.8.5",
745745
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
746746
"com.h2database" % "h2" % "2.4.240"
@@ -749,7 +749,7 @@ lazy val zio3 = (project in file("zio3"))
749749
"dev.zio" %% "zio-test" % zioVersion % Test,
750750
zioTestSbt,
751751
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
752-
"dev.zio" %% "zio-http-testkit" % "3.6.0" % Test
752+
"dev.zio" %% "zio-http-testkit" % "3.7.1" % Test
753753
),
754754
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
755755
run / fork := true

0 commit comments

Comments
 (0)