Skip to content

Commit a289a3d

Browse files
Update dependency org.slf4j:slf4j-api to v2.0.16
1 parent 67e8126 commit a289a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object Dependencies {
8484

8585
lazy val overrides: Seq[ModuleID] = Seq(
8686
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
87-
"org.slf4j" % "slf4j-api" % "2.0.9"
87+
"org.slf4j" % "slf4j-api" % "2.0.16"
8888
)
8989

9090
lazy val domain: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)