Skip to content

Commit

Permalink
Merge pull request #759 from scala-steward/update/logback-classic-1.2.10
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.10
  • Loading branch information
mergify[bot] authored Dec 23, 2021
2 parents 12c43a9 + 31e0c39 commit 144a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ val jsonDependencies = Seq(

val loggingDependencies = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"ch.qos.logback" % "logback-classic" % "1.2.9",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"org.codehaus.janino" % "janino" % "3.1.6",
"de.siegmar" % "logback-gelf" % "4.0.2"
)
Expand Down

0 comments on commit 144a2b0

Please sign in to comment.