Skip to content

Commit 64f73ce

Browse files
authored
Merge pull request #1840 from guardian/vb/gson
Update liveactivities dependencies
2 parents 0fd97ce + ac8fb9b commit 64f73ce

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ lazy val liveactivities = lambda("liveactivities", "liveactivities", Some("com.g
487487
// Hopefully this workaround can be removed once play-json-extensions either updates to Play 3.0 or is merged into play-json
488488
ExclusionRule(organization = "com.typesafe.play")
489489
),
490+
dependencyOverrides ++= Seq(
491+
"com.google.code.gson" % "gson" % "2.10.1", // can be removed once pushy is removed.
492+
),
490493
fork := true,
491494
startDynamoDBLocal := startDynamoDBLocal.dependsOn(Test / compile).value,
492495
Test / test := (Test / test).dependsOn(startDynamoDBLocal).value,

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
2323

2424
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
2525

26+
addDependencyTreePlugin
27+
2628
/*
2729
Without setting VersionScheme.Always here on `scala-xml`, sbt 1.8.0 will raise fatal 'version conflict' errors when
2830
used with sbt plugins like `sbt-native-packager`, which currently use sort-of-incompatible versions of the `scala-xml`

0 commit comments

Comments
 (0)