Skip to content

Commit

Permalink
Merge pull request #703 from scala-steward/update/logback-gelf-4.0.0
Browse files Browse the repository at this point in the history
Update logback-gelf to 4.0.0
  • Loading branch information
bartekzylinski authored Oct 26, 2021
2 parents a8f96bd + f3517c9 commit a64721e
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 @@ -53,7 +53,7 @@ val loggingDependencies = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.codehaus.janino" % "janino" % "3.1.4",
"de.siegmar" % "logback-gelf" % "3.0.0"
"de.siegmar" % "logback-gelf" % "4.0.0"
)

val configDependencies = Seq(
Expand Down

0 comments on commit a64721e

Please sign in to comment.