Skip to content

Commit

Permalink
set facia version to preview release
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Nov 20, 2024
1 parent a4fdc36 commit b52515a
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 @@ -7,7 +7,7 @@ object Dependencies {
val awsVersion = "1.12.758"
val awsSdk2Version = "2.26.27"
val capiVersion = "32.0.0"
val faciaVersion = "13.0.0"
val faciaVersion = "12.2.0-PREVIEW.glaspect-ratio.2024-11-19T1531.f7f1aaba"
val dispatchVersion = "0.13.1"
val romeVersion = "1.0"
val jerseyVersion = "1.19.4"
Expand All @@ -33,7 +33,7 @@ object Dependencies {
val cssParser = "net.sourceforge.cssparser" % "cssparser" % "0.9.30"
val contentApiClient = "com.gu" %% "content-api-client" % capiVersion
val dfpAxis = "com.google.api-ads" % "dfp-axis" % "5.6.0"
val faciaFapiScalaClient = "com.gu" %% "fapi-client-play30" % "12.2.0-PREVIEW.glaspect-ratio.2024-11-19T1531.f7f1aaba"
val faciaFapiScalaClient = "com.gu" %% "fapi-client-play30" % faciaVersion
val identityCookie = "com.gu.identity" %% "identity-cookie" % identityLibVersion

/** There can only be one version of `scala-xml`. We will evict all v1.x
Expand Down

0 comments on commit b52515a

Please sign in to comment.