diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name:                servant-auth-docs
-version:             0.2.6.0
+version:             0.2.6.1
 synopsis:            servant-docs/servant-auth compatibility
 description:         Please see README.md
 homepage:            http://github.com/plow-technologies/servant-auth#readme
@@ -58,7 +58,7 @@
     dependencies:
       - servant-auth-docs
       - hspec > 2 && < 3
-      - QuickCheck >= 2.8 && < 2.9
+      - QuickCheck >= 2.8 && < 2.10
   doctest:
     main:            Doctest.hs
     source-dirs:     test
diff --git a/servant-auth-docs.cabal b/servant-auth-docs.cabal
--- a/servant-auth-docs.cabal
+++ b/servant-auth-docs.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           servant-auth-docs
-version:        0.2.6.0
+version:        0.2.6.1
 synopsis:       servant-docs/servant-auth compatibility
 description:    Please see README.md
 category:       Web, Servant, Authentication
@@ -78,7 +78,7 @@
     , lens
     , servant-auth-docs
     , hspec > 2 && < 3
-    , QuickCheck >= 2.8 && < 2.9
+    , QuickCheck >= 2.8 && < 2.10
   other-modules:
       Doctest
   default-language: Haskell2010
