Skip to content

Commit

Permalink
Update client3:async-http-client-backend-zio, ... to 3.10.1 (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 16, 2024
1 parent 10e922b commit 89c0250
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.5"
val playJsonVersion = "3.0.4"
val scalafmtVersion = "3.8.0"
val sttpVersion = "3.10.0"
val sttpVersion = "3.10.1"
val tapirVersion = "1.11.7"
val zioVersion = "2.1.11"
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.0",
"com.softwaremill.sttp.client3" %% "zio" % "3.10.0"
"com.softwaremill.sttp.client3" %% "core" % "3.10.1",
"com.softwaremill.sttp.client3" %% "zio" % "3.10.1"
)

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

0 comments on commit 89c0250

Please sign in to comment.