Skip to content

Commit

Permalink
Merge pull request #26578 from guardian/fapi-client-v4.0.6
Browse files Browse the repository at this point in the history
Update to fapi-client v4.0.6
  • Loading branch information
rtyley authored Sep 13, 2023
2 parents b991611 + ccfe869 commit 7c2fd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val identityLibVersion = "3.255"
val awsVersion = "1.12.205"
val capiVersion = "19.4.0"
val faciaVersion = "4.0.5"
val faciaVersion = "4.0.6"
val dispatchVersion = "0.13.1"
val romeVersion = "1.0"
val jerseyVersion = "1.19.4"
Expand All @@ -36,7 +36,7 @@ object Dependencies {
val cssParser = "net.sourceforge.cssparser" % "cssparser" % "0.9.23"
val contentApiClient = "com.gu" %% "content-api-client" % capiVersion
val dfpAxis = "com.google.api-ads" % "dfp-axis" % "5.2.0"
val faciaFapiScalaClient = "com.gu" %% "fapi-client-play27" % faciaVersion
val faciaFapiScalaClient = "com.gu" %% "fapi-client-play28" % faciaVersion
val identityCookie = "com.gu.identity" %% "identity-cookie" % identityLibVersion
val identityModel = "com.gu.identity" %% "identity-model" % identityLibVersion
val identityAuthPlay = "com.gu.identity" %% "identity-auth-play" % identityLibVersion
Expand Down

0 comments on commit 7c2fd90

Please sign in to comment.