diff --git a/servant-ruby.cabal b/servant-ruby.cabal
--- a/servant-ruby.cabal
+++ b/servant-ruby.cabal
@@ -1,5 +1,5 @@
 name:                servant-ruby
-version:             0.5.1.0
+version:             0.6.0.0
 synopsis:            Generate a Ruby client from a Servant API with Net::HTTP.
 description:         Generate a Ruby client from a Servant API with Net::HTTP.
 homepage:            https://github.com/joneshf/servant-ruby#readme
@@ -19,8 +19,8 @@
   exposed-modules:     Servant.Ruby
   build-depends:       base >= 4.8 && < 5
                      , casing >= 0.1 && < 0.2
-                     , lens >= 4.15 && < 4.16
-                     , servant-foreign >= 0.9 && < 0.11
+                     , lens >= 4.15 && < 4.17
+                     , servant-foreign >= 0.9 && < 0.12
                      , text >= 1.2 && < 1.3
   default-language:    Haskell2010
   ghc-options:         -Wall
