Skip to content

Commit 38f7d5f

Browse files
authored
Merge pull request #1890 from Baeldung/update/zio-http-3.3.3
Update zio-http, zio-http-testkit from 3.3.2 to 3.3.3
2 parents 8da53e4 + f2e3b4c commit 38f7d5f

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
@@ -739,7 +739,7 @@ lazy val zio3 = (project in file("zio3"))
739739
.settings(
740740
libraryDependencies ++= Seq(
741741
zioJsonDep,
742-
"dev.zio" %% "zio-http" % "3.3.2",
742+
"dev.zio" %% "zio-http" % "3.3.3",
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.3.2" % Test
751+
"dev.zio" %% "zio-http-testkit" % "3.3.3" % Test
752752
),
753753
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
754754
run / fork := true

0 commit comments

Comments
 (0)