Skip to content

Commit

Permalink
Merge pull request #1448 from guardian/upgrade-clients-to-capi-v19-an…
Browse files Browse the repository at this point in the history
…d-fapi-v4

Update both CAPI & FAPI client versions to stay binary-compatible
  • Loading branch information
rtyley authored Jul 7, 2022
2 parents 3879018 + f3fb9ae commit df3933c
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 df3933c

Please sign in to comment.