From e3cf4a9aa00eeb6b22e5386e4ae06db08ae6ad1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 16:33:19 +0000 Subject: [PATCH] Update client3:core to 3.9.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd2723c..fc4a6f5 100644 --- a/build.sbt +++ b/build.sbt @@ -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.6" % Test + "com.softwaremill.sttp.client3" %% "core" % "3.9.7" % Test ) )