Skip to content
Open
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.7.1 to 3.7.2
  • Loading branch information
scala-steward-baeldung[bot] committed Dec 13, 2025
commit cb710de7f317c0ddb2259d786b1ecf5a161427d6
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ lazy val zio3 = (project in file("zio3"))
.settings(
libraryDependencies ++= Seq(
zioJsonDep,
"dev.zio" %% "zio-http" % "3.7.1",
"dev.zio" %% "zio-http" % "3.7.2",
"io.getquill" %% "quill-zio" % "4.8.5",
"io.getquill" %% "quill-jdbc-zio" % "4.8.5",
"com.h2database" % "h2" % "2.4.240"
Expand All @@ -749,7 +749,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.7.1" % Test
"dev.zio" %% "zio-http-testkit" % "3.7.2" % Test
),
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
run / fork := true
Expand Down