Skip to content

Commit 22edf79

Browse files
authored
Merge pull request #1986 from Baeldung/update/zio-http-3.4.1
Update zio-http, zio-http-testkit from 3.4.0 to 3.4.1
2 parents d8c5839 + 962979c commit 22edf79

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.4.0",
743+
"dev.zio" %% "zio-http" % "3.4.1",
744744
"io.getquill" %% "quill-zio" % "4.8.5",
745745
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
746746
"com.h2database" % "h2" % "2.3.232"
@@ -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.4.0" % Test
752+
"dev.zio" %% "zio-http-testkit" % "3.4.1" % Test
753753
),
754754
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
755755
run / fork := true

0 commit comments

Comments
 (0)