Skip to content

Commit

Permalink
Bump permissions client to v4, to pull in logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryophyta committed Nov 21, 2024
1 parent fae3473 commit 98b27f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val commonLib = project("common-lib").settings(
// FIXME - added temporarily to assist code compatible with scala 2.12 and 2.13
// remove ASAP after completing 2.13 upgrade!!!
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.gu" %% "editorial-permissions-client" % "3.0.0",
"com.gu" %% "editorial-permissions-client" % "4.0.0",
"com.gu" %% "pan-domain-auth-play_2-8" % "7.0.0",
"com.amazonaws" % "aws-java-sdk-iam" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion,
Expand Down

0 comments on commit 98b27f2

Please sign in to comment.