diff --git a/reverse-geocoding.cabal b/reverse-geocoding.cabal
--- a/reverse-geocoding.cabal
+++ b/reverse-geocoding.cabal
@@ -1,5 +1,5 @@
 name:                reverse-geocoding
-version:             0.2.1
+version:             0.2.2
 synopsis:            Simple reverse geocoding using OpenStreeMap
 description:         Simple reverse geocoding using OpenStreeMap
 homepage:            https://github.com/jcristovao/reverse-geocoding
@@ -18,10 +18,10 @@
                       Data.Geolocation.Reverse
   -- other-modules:      
   other-extensions:   OverloadedStrings
-  build-depends:      base                  >= 4.6   && < 4.8
-                    , lens                  >= 4.4   && < 4.8
+  build-depends:      base                  >= 4.6   && < 4.9
+                    , lens                  >= 4.4   && < 4.10
                     , lens-aeson            >= 1.0   && < 1.1
-                    , wreq                  >= 0.3   && < 0.4
+                    , wreq                  >= 0.4   && < 0.5
                     , aeson                 >= 0.8   && < 0.9
                     , text                  >= 1.2   && < 1.3
                     , iso3166-country-codes >= 0.20140203.7
