Skip to content

Commit

Permalink
Add missing encoder dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Dec 12, 2023
1 parent 9bb8494 commit 3659433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ val common = library("common")
jerseyClient,
cssParser,
w3cSac,
logbackEncoder,
logbackClassic,
logbackCore,
targetingClient,
scanamo,
Expand Down
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +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 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 3659433

Please sign in to comment.