Skip to content

Commit

Permalink
Bump logback-classic to 1.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Dec 12, 2023
1 parent 51332cf commit e8a5234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ libraryDependencies ++= Seq(
"com.github.blemale" %% "scaffeine" % "5.2.1",
"org.webjars" % "bootstrap" % "3.4.1",
"com.getsentry.raven" % "raven-logback" % "8.0.3",
// Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available.
"ch.qos.logback" % "logback-classic" % "1.4.14",
"com.github.nscala-time" %% "nscala-time" % "2.32.0",
"io.lemonlabs" %% "scala-uri" % "4.0.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
Expand Down

0 comments on commit e8a5234

Please sign in to comment.