Skip to content

Commit

Permalink
Update client3:async-http-client-backend-zio, ... to 3.10.2 (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 31, 2024
1 parent 6bd2d4f commit 5966bcb
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.1.0"
val playVersion = "3.0.6"
val playJsonVersion = "3.0.4"
val scalafmtVersion = "3.8.0"
val sttpVersion = "3.10.1"
val sttpVersion = "3.10.2"
val tapirVersion = "1.11.11"
val zioVersion = "2.1.14"
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.10.1",
"com.softwaremill.sttp.client3" %% "zio" % "3.10.1"
"com.softwaremill.sttp.client3" %% "core" % "3.10.2",
"com.softwaremill.sttp.client3" %% "zio" % "3.10.2"
)

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

0 comments on commit 5966bcb

Please sign in to comment.