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 @@ -696,7 +696,7 @@ lazy val zio3 = (project in file("zio3"))
696
696
.settings(
697
697
libraryDependencies ++= Seq (
698
698
zioJsonDep,
699
- " dev.zio" %% " zio-http" % " 3.0.0-RC6 " ,
699
+ " dev.zio" %% " zio-http" % " 3.0.1 " ,
700
700
" io.getquill" %% " quill-zio" % " 4.8.4" ,
701
701
" io.getquill" %% " quill-jdbc-zio" % " 4.8.4" ,
702
702
" com.h2database" % " h2" % " 2.2.220"
@@ -705,7 +705,7 @@ lazy val zio3 = (project in file("zio3"))
705
705
" dev.zio" %% " zio-test" % zioVersion % Test ,
706
706
zioTestSbt,
707
707
" 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
709
709
),
710
710
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
711
711
run / fork := true
You can’t perform that action at this time.
0 commit comments