From 842724ea6c54fca65e0ec3b1ecfeaceb94547387 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 07:23:06 +0000 Subject: [PATCH] Update client3:core to 3.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c4c4b5d..30ae953 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.5" % Test + "com.softwaremill.sttp.client3" %% "core" % "3.9.6" % Test ) )