diff --git a/scientific.cabal b/scientific.cabal
--- a/scientific.cabal
+++ b/scientific.cabal
@@ -1,5 +1,5 @@
 name:                scientific
-version:             0.3.3.0
+version:             0.3.3.1
 synopsis:            Numbers represented using scientific notation
 description:
   @Data.Scientific@ provides a space efficient and arbitrary precision
@@ -93,9 +93,9 @@
 
   build-depends: scientific
                , base             >= 4.3   && < 4.8
-               , tasty            >= 0.5   && < 0.9
+               , tasty            >= 0.5   && < 0.11
                , tasty-ant-xml    >= 1.0   && < 1.1
-               , tasty-hunit      >= 0.8   && < 0.9
+               , tasty-hunit      >= 0.8   && < 0.10
                , tasty-smallcheck >= 0.2   && < 0.9
                , tasty-quickcheck >= 0.8   && < 0.9
                , smallcheck       >= 1.0   && < 1.2
@@ -110,7 +110,7 @@
   default-language: Haskell2010
   ghc-options:      -O2
   build-depends:    base       >= 4.3 && < 4.8
-                  , criterion  >= 0.5 && < 0.12
+                  , criterion  >= 0.5 && < 1.1
                   , ghc-prim
                   , deepseq     >= 1.3   && < 1.4
                   , text        >= 0.8   && < 1.3
