From 2e85c43ba8932a91d2737717c00483152881dd1c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 26 Feb 2025 00:21:39 +0000 Subject: [PATCH] Update slf4j-api to 2.0.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c159d99..a6af7ed4 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test -val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16" +val slf4j = "org.slf4j" % "slf4j-api" % "2.0.17" val logback = "ch.qos.logback" % "logback-classic" % "1.5.16" // used during CI to verify that the documentation compiles