diff --git a/build.sbt b/build.sbt index 5a4faa8..ed2b0c5 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val healthful = subproject("healthful") "org.slf4j" % "slf4j-api" % "2.0.12", "com.typesafe" % "config" % "1.4.3", "org.scalameta" %% "munit" % "0.7.29" % Test, - "com.softwaremill.sttp.client3" %% "core" % "3.9.3" % Test + "com.softwaremill.sttp.client3" %% "core" % "3.9.4" % Test ) )