diff --git a/asap.cabal b/asap.cabal
--- a/asap.cabal
+++ b/asap.cabal
@@ -1,5 +1,5 @@
 name:                asap
-version:             0.0.1
+version:             0.0.2
 synopsis:            Atlassian Service Authentication Protocol
 description:         Atlassian Service Authentication Protocol.
 homepage:            https://bitbucket.org/atlassian-marketplace/haskell-asap
@@ -20,16 +20,15 @@
   exposed-modules:     Web.JWT.ASAP
   other-modules:       Web.JWT.ASAP.Env
                      , Web.JWT.ASAP.Error
-  build-depends:       base                 >= 4.8 && < 4.12
+  build-depends:       base                 >= 4.8 && < 4.13
                      , base64-bytestring    >= 1.0 && < 1.1
                      , bytestring           >= 0.10.8 && < 0.11
                      , jwt                  >= 0.10 && < 0.11
                      , mtl                  >= 2.2.2 && < 2.3
                      , text                 >= 1.2 && < 1.3
-                     , transformers         >= 0.5 && < 0.6
                      , time                 >= 1.8 && < 1.9
                      , semigroups           >= 0.18 && < 0.19
-                     , lens                 >= 4.16 && < 4.17
+                     , lens                 >= 4.16 && < 4.18
                      , uuid                 >= 1.3 && < 1.4
 
 test-suite asap-tests
