Skip to content

Commit 3f218db

Browse files
Update slf4j-api to 2.0.6 (#226)
1 parent 22f2657 commit 3f218db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Compile / unmanagedSourceDirectories ++= {
8484
}
8585

8686
libraryDependencies ++= Seq(
87-
"org.slf4j" % "slf4j-api" % "2.0.5",
87+
"org.slf4j" % "slf4j-api" % "2.0.6",
8888
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.7",
8989
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
9090
"org.scalatest" %% "scalatest" % "3.2.14" % Test,

0 commit comments

Comments
 (0)