diff --git a/build.sbt b/build.sbt index e7cc5d1..baa8fd9 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val healthful = subproject("healthful") .settings( libraryDependencies ++= Seq( "org.slf4j" % "slf4j-api" % "2.0.9", - "com.typesafe" % "config" % "1.4.2", + "com.typesafe" % "config" % "1.4.3", "org.scalameta" %% "munit" % "0.7.29" % Test, "com.softwaremill.sttp.client3" %% "core" % "3.9.0" % Test )