We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents decd6de + 04cde7a commit fe30613Copy full SHA for fe30613
build.sbt
@@ -68,7 +68,7 @@ lazy val core = project.
68
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
69
"org.slf4j" % "slf4j-api" % "2.0.17",
70
"org.slf4j" % "log4j-over-slf4j" % "2.0.17", // for any java classes looking for this
71
- "ch.qos.logback" % "logback-classic" % "1.3.11",
+ "ch.qos.logback" % "logback-classic" % "1.3.16",
72
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
73
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" % Test
74
),
0 commit comments