diff --git a/build.sbt b/build.sbt index 6e03c18c..cd9187f9 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test -val slf4j = "org.slf4j" % "slf4j-api" % "2.0.15" +val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16" val logback = "ch.qos.logback" % "logback-classic" % "1.5.6" // used during CI to verify that the documentation compiles