diff --git a/apiary-authenticate.cabal b/apiary-authenticate.cabal
--- a/apiary-authenticate.cabal
+++ b/apiary-authenticate.cabal
@@ -1,5 +1,5 @@
 name:                apiary-authenticate
-version:             0.12.0
+version:             0.12.1
 synopsis:            authenticate support for apiary web framework.
 description:
   example: <https://github.com/philopon/apiary/blob/master/examples/auth.hs>
@@ -21,8 +21,8 @@
                        Web.Apiary.Authenticate.Explicit
   other-modules:       Web.Apiary.Authenticate.Internal
   build-depends:       base                 >=4.6   && <4.8
-                     , apiary               >=0.12  && <0.13
-                     , apiary-clientsession >=0.9   && <0.12
+                     , apiary               >=0.12  && <0.14
+                     , apiary-clientsession >=0.9   && <0.14
                      , authenticate         >=1.3   && <1.4
                      , http-client          >=0.3   && <0.4
                      , http-client-tls      >=0.2   && <0.3
@@ -32,7 +32,7 @@
                      , resourcet            >=1.1   && <1.2
                      , http-types           >=0.8   && <0.9
                      , blaze-builder        >=0.3   && <0.4
-                     , reflection           >=1.4   && <1.5
+                     , reflection           >=1.4   && <1.6
                      , binary               >=0.7   && <0.8
 
   if impl(ghc < 7.8)
