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