File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -707,7 +707,7 @@ lazy val zio3 = (project in file("zio3"))
707
707
.settings(
708
708
libraryDependencies ++= Seq (
709
709
zioJsonDep,
710
- " dev.zio" %% " zio-http" % " 3.0.0-RC6 " ,
710
+ " dev.zio" %% " zio-http" % " 3.0.1 " ,
711
711
" io.getquill" %% " quill-zio" % " 4.8.4" ,
712
712
" io.getquill" %% " quill-jdbc-zio" % " 4.8.4" ,
713
713
" com.h2database" % " h2" % " 2.2.220"
@@ -716,7 +716,7 @@ lazy val zio3 = (project in file("zio3"))
716
716
" dev.zio" %% " zio-test" % zioVersion % Test ,
717
717
zioTestSbt,
718
718
" 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
720
720
),
721
721
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
722
722
run / fork := true
You can’t perform that action at this time.
0 commit comments