Skip to content

Commit

Permalink
Merge pull request #719 from scala-steward/update/logback-classic-1.2.7
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.7
  • Loading branch information
Pask423 authored Nov 15, 2021
2 parents ff0dbf8 + b54dffe commit 7c1ac3d
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.6",
"ch.qos.logback" % "logback-classic" % "1.2.7",
"org.codehaus.janino" % "janino" % "3.1.6",
"de.siegmar" % "logback-gelf" % "4.0.0"
)
Expand Down

0 comments on commit 7c1ac3d

Please sign in to comment.