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 @@ -739,7 +739,7 @@ lazy val zio3 = (project in file("zio3"))
739739 .settings(
740740 libraryDependencies ++= Seq (
741741 zioJsonDep,
742- " dev.zio" %% " zio-http" % " 3.1 .0" ,
742+ " dev.zio" %% " zio-http" % " 3.2 .0" ,
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.1 .0" % Test
751+ " dev.zio" %% " zio-http-testkit" % " 3.2 .0" % Test
752752 ),
753753 testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
754754 run / fork := true
You can’t perform that action at this time.
0 commit comments