Skip to content

Commit

Permalink
Update logstash-logback-encoder to 8.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 6, 2024
1 parent 6830781 commit 153e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
lazy val logstash =
"net.logstash.logback" % "logstash-logback-encoder" % "7.4"
"net.logstash.logback" % "logstash-logback-encoder" % "8.0"
lazy val kindProjector =
"org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full
lazy val magnolia = "com.propensive" %% "magnolia" % "0.17.0"
Expand Down

0 comments on commit 153e83e

Please sign in to comment.