diff --git a/swarm.cabal b/swarm.cabal index 2c72a6b24..f012e34e5 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -329,7 +329,7 @@ test-suite swarm-unit TestScoring TestUtil - build-depends: tasty >= 0.10 && < 1.5, + build-depends: tasty >= 0.10 && < 1.6, tasty-hunit >= 0.10 && < 0.11, tasty-quickcheck >= 0.10 && < 0.11, QuickCheck >= 2.14 && < 2.15, @@ -357,7 +357,7 @@ test-suite swarm-integration main-is: Main.hs type: exitcode-stdio-1.0 - build-depends: tasty >= 0.10 && < 1.5, + build-depends: tasty >= 0.10 && < 1.6, tasty-hunit >= 0.10 && < 0.11, tasty-expected-failure >= 0.12 && < 0.13, -- Imports shared with the library don't need bounds