Skip to content

Commit cbea4cc

Browse files
authored
Merge pull request #1566 from Baeldung/update/zio-http-3.0.1
Update zio-http, zio-http-testkit from 3.0.0-RC6 to 3.0.1
2 parents 6e7f92e + fbce0f4 commit cbea4cc

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
@@ -707,7 +707,7 @@ lazy val zio3 = (project in file("zio3"))
707707
.settings(
708708
libraryDependencies ++= Seq(
709709
zioJsonDep,
710-
"dev.zio" %% "zio-http" % "3.0.0-RC6",
710+
"dev.zio" %% "zio-http" % "3.0.1",
711711
"io.getquill" %% "quill-zio" % "4.8.4",
712712
"io.getquill" %% "quill-jdbc-zio" % "4.8.4",
713713
"com.h2database" % "h2" % "2.2.220"
@@ -716,7 +716,7 @@ lazy val zio3 = (project in file("zio3"))
716716
"dev.zio" %% "zio-test" % zioVersion % Test,
717717
zioTestSbt,
718718
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
719-
"dev.zio" %% "zio-http-testkit" % "3.0.0-RC6" % Test
719+
"dev.zio" %% "zio-http-testkit" % "3.0.1" % Test
720720
),
721721
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
722722
run / fork := true

0 commit comments

Comments
 (0)