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 2cc7313 commit 4bbab20Copy full SHA for 4bbab20
build.sbt
@@ -35,8 +35,8 @@ lazy val core = (
35
"org.ow2.asm" % "asm-util" % AsmVersion,
36
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
37
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r",
38
- "org.slf4j" % "slf4j-api" % "2.0.7",
39
- "org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
+ "org.slf4j" % "slf4j-api" % "2.0.9",
+ "org.slf4j" % "log4j-over-slf4j" % "2.0.9", // for any java classes looking for this
40
"ch.qos.logback" % "logback-classic" % "1.4.11",
41
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
42
),
0 commit comments