We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a12413 + 4926fb0 commit 7e844a5Copy full SHA for 7e844a5
1 file changed
project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
21
22
libraryDependencies ++= Seq(
23
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r",
24
- "org.slf4j" % "slf4j-nop" % "1.7.36",
+ "org.slf4j" % "slf4j-nop" % "2.0.0",
25
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
26
)
27
0 commit comments