Skip to content

Commit

Permalink
Update client3:async-http-client-backend-zio, ... to 3.9.8 (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 12, 2024
1 parent 3ba0673 commit b5e9823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val pekkoHttpVersion = "1.0.1"
val playVersion = "3.0.5"
val playJsonVersion = "3.0.4"
val scalafmtVersion = "3.8.0"
val sttpVersion = "3.9.7"
val sttpVersion = "3.9.8"
val tapirVersion = "1.11.0"
val zioVersion = "2.1.7"
val zioInteropCats2Version = "22.0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ lazy val calibanLib: Seq[ModuleID] =
}

lazy val sttp = Seq(
"com.softwaremill.sttp.client3" %% "core" % "3.9.7",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.7"
"com.softwaremill.sttp.client3" %% "core" % "3.9.8",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.8"
)

// ### App Modules ###
Expand Down

0 comments on commit b5e9823

Please sign in to comment.