From 8756da58def653bf31b5d2885f6173d7f89d5a01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Sep 2023 18:09:35 +0000 Subject: [PATCH] Update slf4j-api to 2.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 36c72f5..7396431 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ def subproject(name: String) = Project( lazy val healthful = subproject("healthful") .settings( libraryDependencies ++= Seq( - "org.slf4j" % "slf4j-api" % "2.0.7", + "org.slf4j" % "slf4j-api" % "2.0.9", "com.typesafe" % "config" % "1.4.2", "org.scalameta" %% "munit" % "0.7.29" % Test, "com.softwaremill.sttp.client3" %% "core" % "3.9.0" % Test