diff --git a/servant-auth/servant-auth-client/servant-auth-client.cabal b/servant-auth/servant-auth-client/servant-auth-client.cabal index 7f4b807b..0a3b7f1d 100644 --- a/servant-auth/servant-auth-client/servant-auth-client.cabal +++ b/servant-auth/servant-auth-client/servant-auth-client.cabal @@ -74,7 +74,7 @@ test-suite spec , transformers >= 0.4.2.0 && < 0.6 , wai >= 3.2.1.2 && < 3.3 , warp >= 3.2.25 && < 3.4 - , jose >= 0.7.0.0 && < 0.9 + , jose >= 0.9 && < 0.10 other-modules: Servant.Auth.ClientSpec default-language: Haskell2010 diff --git a/servant-auth/servant-auth-server/servant-auth-server.cabal b/servant-auth/servant-auth-server/servant-auth-server.cabal index 08c727f0..fe1ecce5 100644 --- a/servant-auth/servant-auth-server/servant-auth-server.cabal +++ b/servant-auth/servant-auth-server/servant-auth-server.cabal @@ -41,7 +41,7 @@ library , data-default-class >= 0.1.2.0 && < 0.2 , entropy >= 0.4.1.3 && < 0.5 , http-types >= 0.12.2 && < 0.13 - , jose >= 0.7.0.0 && < 0.9 + , jose >= 0.9 && < 0.10 , lens >= 4.16.1 && < 5.1 , memory >= 0.14.16 && < 0.17 , monad-time >= 0.3.1.0 && < 0.4