Skip to content

Commit fbce0f4

Browse files
Update zio-http, zio-http-testkit from 3.0.0-RC6 to 3.0.1
1 parent 0029f45 commit fbce0f4

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
@@ -696,7 +696,7 @@ lazy val zio3 = (project in file("zio3"))
696696
.settings(
697697
libraryDependencies ++= Seq(
698698
zioJsonDep,
699-
"dev.zio" %% "zio-http" % "3.0.0-RC6",
699+
"dev.zio" %% "zio-http" % "3.0.1",
700700
"io.getquill" %% "quill-zio" % "4.8.4",
701701
"io.getquill" %% "quill-jdbc-zio" % "4.8.4",
702702
"com.h2database" % "h2" % "2.2.220"
@@ -705,7 +705,7 @@ lazy val zio3 = (project in file("zio3"))
705705
"dev.zio" %% "zio-test" % zioVersion % Test,
706706
zioTestSbt,
707707
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
708-
"dev.zio" %% "zio-http-testkit" % "3.0.0-RC6" % Test
708+
"dev.zio" %% "zio-http-testkit" % "3.0.1" % Test
709709
),
710710
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
711711
run / fork := true

0 commit comments

Comments
 (0)