diff --git a/morpheus-graphql-tests.cabal b/morpheus-graphql-tests.cabal
--- a/morpheus-graphql-tests.cabal
+++ b/morpheus-graphql-tests.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-tests
-version:        0.19.0
+version:        0.19.1
 synopsis:       Morpheus GraphQL Test
 category:       web, graphql, test
 homepage:       https://morpheusgraphql.com
@@ -32,13 +32,13 @@
       src
   ghc-options: -Wall
   build-depends:
-      aeson
+      aeson >=1.4.4.0 && <3
     , base >=4.7 && <5
     , bytestring >=0.10.4 && <0.11
-    , directory >=1.0
-    , relude >=0.3.0
-    , tasty
-    , tasty-hunit
+    , directory >=1.0 && <2.0
+    , relude >=0.3.0 && <2.0
+    , tasty >=0.1 && <1.5
+    , tasty-hunit >=0.1 && <1.0
     , text >=1.2.3.0 && <1.3
-    , unordered-containers
+    , unordered-containers >=0.2.8.0 && <0.3
   default-language: Haskell2010
