Skip to content

Commit

Permalink
chore: Update tapir-http4s-client from 1.11.2 to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rlemaitre committed Sep 16, 2024
1 parent 77f86bd commit 76266d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {

val http4sClient: Seq[ModuleID] = Seq(
"org.http4s" %% "http4s-netty-client" % "0.5.19",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.11.2",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.11.3",
"com.alejandrohdezma" %% "http4s-munit" % "1.1.0" % Test
)
val http4sServer: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 76266d8

Please sign in to comment.