diff --git a/scotty-tls.cabal b/scotty-tls.cabal
--- a/scotty-tls.cabal
+++ b/scotty-tls.cabal
@@ -1,5 +1,5 @@
 name:                scotty-tls
-version:             0.6.0
+version:             0.6.1
 synopsis:            TLS for Scotty
 description:         Run your Scotty apps over TLS
 homepage:            https://github.com/dmjio/scotty-tls.git
@@ -18,13 +18,14 @@
   exposed-modules:     Web.Scotty.TLS
   other-extensions:    RankNTypes
   build-depends:       base < 5,
-                       scotty >=0.21.0 && < 0.23,
+                       scotty >=0.21.0 && < 0.31,
                        warp >= 3.3 && < 3.5,
                        warp-tls >= 3.4 && < 3.5,
                        wai >= 3.2 && < 3.3,
                        transformers >= 0.3.0.0 && < 0.7
   GHC-options: -Wall -fno-warn-orphans
   default-language:    Haskell2010
+
 source-repository head
   type:     git
-  location: git://github.com/scotty-web/scotty-tls.git
+  location: https://github.com/scotty-web/scotty-tls.git
