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"))
739
739
.settings(
740
740
libraryDependencies ++= Seq (
741
741
zioJsonDep,
742
- " dev.zio" %% " zio-http" % " 3.1 .0" ,
742
+ " dev.zio" %% " zio-http" % " 3.2 .0" ,
743
743
" io.getquill" %% " quill-zio" % " 4.8.5" ,
744
744
" io.getquill" %% " quill-jdbc-zio" % " 4.8.5" ,
745
745
" com.h2database" % " h2" % " 2.2.220"
@@ -748,7 +748,7 @@ lazy val zio3 = (project in file("zio3"))
748
748
" dev.zio" %% " zio-test" % zioVersion % Test ,
749
749
zioTestSbt,
750
750
" 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
752
752
),
753
753
testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" ),
754
754
run / fork := true
You can’t perform that action at this time.
0 commit comments