Skip to content

Commit

Permalink
drop version of encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Dec 12, 2023
1 parent 3659433 commit 6a92608
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 @@ -76,7 +76,7 @@ object Dependencies {
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % pekkoVersion
val pekkoStream = "org.apache.pekko" %% "pekko-stream" % pekkoVersion
val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion
val logbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "7.4"
val logbackEncoder = "net.logstash.logback" % "logstash-logback-encoder" % "4.6"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.2.7"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.7"
val targetingClient = "com.gu" %% "targeting-client" % "1.1.4"
Expand Down

0 comments on commit 6a92608

Please sign in to comment.