Skip to content

Update zio-http, zio-http-testkit from 3.2.0 to 3.3.2 #1875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update zio-http, zio-http-testkit from 3.2.0 to 3.3.2
  • Loading branch information
scala-steward-baeldung[bot] committed May 29, 2025
commit 80ca92f8eaee5b7ec5644c0b32528b0bf20f0a4c
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ lazy val zio3 = (project in file("zio3"))
.settings(
libraryDependencies ++= Seq(
zioJsonDep,
"dev.zio" %% "zio-http" % "3.2.0",
"dev.zio" %% "zio-http" % "3.3.2",
"io.getquill" %% "quill-zio" % "4.8.5",
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
"com.h2database" % "h2" % "2.2.220"
Expand All @@ -748,7 +748,7 @@ lazy val zio3 = (project in file("zio3"))
"dev.zio" %% "zio-test" % zioVersion % Test,
zioTestSbt,
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
"dev.zio" %% "zio-http-testkit" % "3.2.0" % Test
"dev.zio" %% "zio-http-testkit" % "3.3.2" % Test
),
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
run / fork := true
Expand Down