Skip to content

Commit

Permalink
Update client3:async-http-client-backend-zio, ... to 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 21, 2024
1 parent 378ef0d commit a87e780
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.3"
val playJsonVersion = "3.0.3"
val scalafmtVersion = "3.8.0"
val sttpVersion = "3.9.6"
val sttpVersion = "3.9.7"
val tapirVersion = "1.10.7"
val zioVersion = "2.1.1"
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.6",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.6"
"com.softwaremill.sttp.client3" %% "core" % "3.9.7",
"com.softwaremill.sttp.client3" %% "zio" % "3.9.7"
)

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

0 comments on commit a87e780

Please sign in to comment.