From 3a75e2205dd7878ce4afe6a3c9bd8168f3d7152e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 09:23:07 +0000 Subject: [PATCH] Update slf4j-api to 2.0.16 --- cli/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/build.sbt b/cli/build.sbt index 2a694659..ab63a937 100644 --- a/cli/build.sbt +++ b/cli/build.sbt @@ -1,6 +1,6 @@ libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0" -libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.13" +libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.16" libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6"