Skip to content

Commit a439e3d

Browse files
scala-stewardalbuch
authored andcommitted
⬆️ Update slf4j-simple to 2.0.9
1 parent caa1fc1 commit a439e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
88
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "src" / "main" / "scala"
99
libraryDependencies ++= Seq(
1010
"org.owasp" % "dependency-check-core" % "8.1.2",
11-
"org.slf4j" % "slf4j-simple" % "2.0.7"
11+
"org.slf4j" % "slf4j-simple" % "2.0.9"
1212
)

0 commit comments

Comments
 (0)