diff --git a/haskell-tools-builtin-refactorings.cabal b/haskell-tools-builtin-refactorings.cabal
--- a/haskell-tools-builtin-refactorings.cabal
+++ b/haskell-tools-builtin-refactorings.cabal
@@ -1,5 +1,5 @@
 name:                haskell-tools-builtin-refactorings
-version:             1.0.0.3
+version:             1.0.0.4
 synopsis:            Refactoring Tool for Haskell
 description:         Contains a set of refactorings based on the Haskell-Tools framework to easily transform a Haskell program. For the descriptions of the implemented refactorings, see the homepage.
 homepage:            https://github.com/haskell-tools/haskell-tools
@@ -115,7 +115,7 @@
   hs-source-dirs:      test
   main-is:             Main.hs
   build-depends:       base                      >= 4.10  && < 4.11
-                     , tasty                     >= 0.11 && < 0.13
+                     , tasty                     >= 0.11 && < 1.1
                      , tasty-hunit               >= 0.9 && < 0.11
                      , transformers              >= 0.5  && < 0.6
                      , either                    >= 4.4  && < 5.1
@@ -150,7 +150,7 @@
   hs-source-dirs:      test
   main-is:             ExtensionOrganizerTest/Main.hs
   build-depends:       base                      >= 4.10 && < 4.11
-                     , tasty                     >= 0.11 && < 0.13
+                     , tasty                     >= 0.11 && < 1.1
                      , tasty-hunit               >= 0.9 && < 0.11
                      , transformers              >= 0.5  && < 0.6
                      , either                    >= 4.4  && < 5.1
