Skip to content

Commit

Permalink
override pekko version back to compatible with play
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Jan 16, 2025
1 parent 893214f commit 6b8d636
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ lazy val thrall = playProject("thrall", 9002)
),
// amazon-kinesis-client 2.6.0 brings in a critically vulnerable version of apache avro,
// but we cannot upgrade amazon-kinesis-client further without performing the v2->v3 upgrade https://docs.aws.amazon.com/streams/latest/dev/kcl-migration-from-2-3.html
dependencyOverrides += "org.apache.avro" % "avro" % "1.11.4"
dependencyOverrides ++= Seq(
"org.apache.avro" % "avro" % "1.11.4",
"org.apache.pekko" %% "pekko-stream" % "1.0.3"
)
)

lazy val usage = playProject("usage", 9009).settings(
Expand Down

0 comments on commit 6b8d636

Please sign in to comment.