diff --git a/yesod-auth-oauth.cabal b/yesod-auth-oauth.cabal
--- a/yesod-auth-oauth.cabal
+++ b/yesod-auth-oauth.cabal
@@ -1,5 +1,5 @@
 name:            yesod-auth-oauth
-version:         1.3.0
+version:         1.4.0
 license:         BSD3
 license-file:    LICENSE
 author:          Hiromi Ishii
@@ -22,10 +22,10 @@
         build-depends:   base                >= 4         && < 4.3
     build-depends:   authenticate-oauth      >= 1.5       && < 1.6
                    , bytestring              >= 0.9.1.4
-                   , yesod-core              >= 1.2       && < 1.3
-                   , yesod-auth              >= 1.3       && < 1.4
+                   , yesod-core              >= 1.4       && < 1.5
+                   , yesod-auth              >= 1.4       && < 1.5
                    , text                    >= 0.7
-                   , yesod-form              >= 1.3       && < 1.4
+                   , yesod-form              >= 1.4       && < 1.5
                    , transformers            >= 0.2.2     && < 0.5
                    , lifted-base             >= 0.2       && < 0.3
     exposed-modules: Yesod.Auth.OAuth
