Skip to content

Commit

Permalink
Merge pull request #359 from guardian/pb/bump-panda
Browse files Browse the repository at this point in the history
Bump Panda to V 4
  • Loading branch information
phillipbarron authored Jul 18, 2024
2 parents 72c32ec + 19a6b01 commit ce07171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Dependencies {
"com.gu" %% "editorial-permissions-client" % "2.15",
"com.gu" %% "simple-configuration-ssm" % "1.5.6",
"com.gu" %% "fezziwig" % "1.6",
"com.gu" %% "pan-domain-auth-play_3-0" % "3.0.1",
"com.gu" %% "pan-domain-auth-play_3-0" % "4.0.0",
"io.circe" %% "circe-parser" % "0.14.5",
"net.logstash.logback" % "logstash-logback-encoder" % "6.6",
"com.gu" %% "content-api-client-aws" % "0.7",
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ brew bundle --file=${ROOT_DIR}/Brewfile

dev-nginx setup-app ${ROOT_DIR}/nginx/nginx-mapping.yml

printf "\n\rSetting up client side dependancies... \n\r\n\r"
printf "\n\rSetting up client side dependencies... \n\r\n\r"
printf "\n\rInstalling NPM packages via yarn... \n\r\n\r"

yarn
Expand Down

0 comments on commit ce07171

Please sign in to comment.