Skip to content

Commit

Permalink
Update client3:core to 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent be03146 commit 842724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val healthful = subproject("healthful")
"org.slf4j" % "slf4j-api" % "2.0.13",
"com.typesafe" % "config" % "1.4.3",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"com.softwaremill.sttp.client3" %% "core" % "3.9.5" % Test
"com.softwaremill.sttp.client3" %% "core" % "3.9.6" % Test
)
)

Expand Down

0 comments on commit 842724e

Please sign in to comment.