Skip to content

Commit

Permalink
Merge pull request #186 from guardian/revert-184-fapi-client-v4.0.6
Browse files Browse the repository at this point in the history
Revert "Update to fapi-client v4.0.6"
  • Loading branch information
rtyley authored Sep 14, 2023
2 parents 657db0e + 8216bf8 commit 8411583
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 @@ -79,7 +79,7 @@ libraryDependencies ++= jacksonOverrides ++ Seq(
"com.gu" %% "content-api-models-scala" % capiModelsVersion,
"com.gu" %% "content-api-models-json" % capiModelsVersion,
"com.gu" %% "content-api-client-aws" % "0.7",
"com.gu" %% "fapi-client-play28" % "4.0.6",
"com.gu" %% "fapi-client-play28" % "4.0.4",
"com.gu" % "kinesis-logback-appender" % "1.3.0",
"com.gu" %% "pan-domain-auth-play_2-8" % "1.3.0",
"com.gu" %% "story-packages-model" % "2.2.0",
Expand All @@ -90,7 +90,7 @@ libraryDependencies ++= jacksonOverrides ++ Seq(
"com.typesafe.play" %% "play-json" % "2.9.4",
"com.typesafe.play" %% "play-iteratees" % "2.6.1",
"org.julienrf" %% "play-json-derived-codecs" % "10.1.0",
"org.scalatest" %% "scalatest" % "3.2.15" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
)

lazy val root = (project in file(".")).enablePlugins(PlayScala, RiffRaffArtifact, JDebPackaging, SystemdPlugin)

0 comments on commit 8411583

Please sign in to comment.