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 0056619 commit b9d71eaCopy full SHA for b9d71ea
build.sbt
@@ -37,7 +37,7 @@ lazy val core = (
37
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.1.202309021850-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
40
- "ch.qos.logback" % "logback-classic" % "1.4.8",
+ "ch.qos.logback" % "logback-classic" % "1.4.11",
41
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
42
),
43
name := buildName + "-core",
0 commit comments