Skip to content

Commit 01cee3f

Browse files
Update zio-http, zio-http-testkit from 3.0.1 to 3.1.0
1 parent 97abe22 commit 01cee3f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446446
"com.opencsv" % "opencsv" % "5.9",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448448
"org.apache.commons" % "commons-csv" % "1.12.0"
449-
450449
),
451450
libraryDependencies ++= Seq(
452451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
@@ -740,7 +739,7 @@ lazy val zio3 = (project in file("zio3"))
740739
.settings(
741740
libraryDependencies ++= Seq(
742741
zioJsonDep,
743-
"dev.zio" %% "zio-http" % "3.0.1",
742+
"dev.zio" %% "zio-http" % "3.1.0",
744743
"io.getquill" %% "quill-zio" % "4.8.5",
745744
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
746745
"com.h2database" % "h2" % "2.2.220"
@@ -749,7 +748,7 @@ lazy val zio3 = (project in file("zio3"))
749748
"dev.zio" %% "zio-test" % zioVersion % Test,
750749
zioTestSbt,
751750
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
752-
"dev.zio" %% "zio-http-testkit" % "3.0.1" % Test
751+
"dev.zio" %% "zio-http-testkit" % "3.1.0" % Test
753752
),
754753
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
755754
run / fork := true

0 commit comments

Comments
 (0)