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 35c4c29 commit d0cef75Copy full SHA for d0cef75
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.6"
+ "org.slf4j" % "slf4j-simple" % "2.0.7"
12
)
0 commit comments