We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600b5d commit e0d52e8Copy full SHA for e0d52e8
project/Dependencies.scala
@@ -60,8 +60,8 @@ object Dependencies {
60
val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"
61
val mockito = "org.mockito" % "mockito-all" % "1.10.19" % Test
62
val paClient = "com.gu" %% "pa-client" % "7.0.12"
63
- val panDomainAuth = "com.gu" %% "pan-domain-auth-play_3-0" % "7.0.0"
64
- val editorialPermissions = "com.gu" %% "editorial-permissions-client" % "3.0.0"
+ val panDomainAuth = "com.gu" %% "pan-domain-auth-play_3-0" % "9.0.2"
+ val editorialPermissions = "com.gu" %% "editorial-permissions-client" % "4.0.0"
65
val quartzScheduler = "org.quartz-scheduler" % "quartz" % "2.3.2"
66
val redisClient = "net.debasishg" %% "redisclient" % "3.42"
67
val rome = "rome" % "rome" % romeVersion
0 commit comments