Skip to content

Commit

Permalink
Upgrade to CAPI client v19, FAPI client v4
Browse files Browse the repository at this point in the history
Note that guardian/content-api-scala-client#359
broke compilation of the `CapiQueryGenerator` class in `facia-tool`,
so guardian/content-api-scala-client#363 was
be necessary to get compilation to pass.

Use guardian/content-api-scala-client#363
  • Loading branch information
rtyley committed Jul 7, 2022
1 parent 3879018 commit f3fb9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ routesImport += "model.editions._"

val awsVersion = "1.11.999"
val capiModelsVersion = "17.1.0"
val capiClientVersion = "17.21"
val capiClientVersion = "19.0.3"
val json4sVersion = "4.0.3"
val enumeratumPlayVersion = "1.6.0"
val circeVersion = "0.13.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ libraryDependencies ++= Seq(
"com.gu" %% "content-api-client-aws" % "0.6",
"com.gu" %% "content-api-client-default" % capiClientVersion,
"com.gu" %% "editorial-permissions-client" % "2.9",
"com.gu" %% "fapi-client-play28" % "3.3.12",
"com.gu" %% "fapi-client-play28" % "4.0.1",
"com.gu" %% "mobile-notifications-api-models" % "1.0.14",
"com.gu" %% "pan-domain-auth-play_2-8" % "1.0.4",

Expand Down

0 comments on commit f3fb9ae

Please sign in to comment.