Skip to content

Commit

Permalink
Update log4j-over-slf4j, slf4j-api to 2.0.9 (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Tisue <[email protected]>
  • Loading branch information
scala-steward and SethTisue authored Oct 26, 2023
1 parent 2cc7313 commit 4bbab20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ lazy val core = (
"org.ow2.asm" % "asm-util" % AsmVersion,
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r",
"org.slf4j" % "slf4j-api" % "2.0.7",
"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
"ch.qos.logback" % "logback-classic" % "1.4.11",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
),
Expand Down

0 comments on commit 4bbab20

Please sign in to comment.