Skip to content

Commit 9934532

Browse files
Update slf4j-api to 2.0.16
1 parent e0d405a commit 9934532

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
@@ -12,7 +12,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases")
1212
libraryDependencies ++= Seq(
1313
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
1414
"org.playframework" %% "play-json" % "3.0.4",
15-
"org.slf4j" % "slf4j-api" % "2.0.13",
15+
"org.slf4j" % "slf4j-api" % "2.0.16",
1616
"org.specs2" %% "specs2-core" % "4.20.8" % Test
1717
)
1818

0 commit comments

Comments
 (0)