diff --git a/build.sbt b/build.sbt index a6b25e8f..844c8d0f 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ val enableMimaSettings = Seq( ) val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test -val slf4j = "org.slf4j" % "slf4j-api" % "2.0.18" +val slf4j = "org.slf4j" % "slf4j-api" % "2.0.19" val logback = "ch.qos.logback" % "logback-classic" % "1.6.3" // used during CI to verify that the documentation compiles