We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa1fc1 commit a439e3dCopy full SHA for a439e3d
project/plugins.sbt
@@ -8,5 +8,5 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
8
Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "src" / "main" / "scala"
9
libraryDependencies ++= Seq(
10
"org.owasp" % "dependency-check-core" % "8.1.2",
11
- "org.slf4j" % "slf4j-simple" % "2.0.7"
+ "org.slf4j" % "slf4j-simple" % "2.0.9"
12
)
0 commit comments