diff --git a/morpheus-graphql-core.cabal b/morpheus-graphql-core.cabal
--- a/morpheus-graphql-core.cabal
+++ b/morpheus-graphql-core.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-core
-version:        0.19.3
+version:        0.20.0
 synopsis:       Morpheus GraphQL Core
 description:    Build GraphQL APIs with your favorite functional language!
 category:       web, graphql
@@ -236,21 +236,21 @@
       src
   ghc-options: -Wall
   build-depends:
-      aeson >=1.4.4.0 && <3
-    , base >=4.7 && <5
-    , bytestring >=0.10.4 && <0.11
-    , containers >=0.4.2.1 && <0.7
-    , hashable >=1.0.0 && <2.0
+      aeson >=1.4.4 && <3.0.0
+    , base >=4.7.0 && <5.0.0
+    , bytestring >=0.10.4 && <0.12.0
+    , containers >=0.4.2.1 && <0.7.0
+    , hashable >=1.0.0 && <2.0.0
     , megaparsec >=7.0.0 && <10.0.0
-    , mtl >=2.0 && <3.0
-    , relude >=0.3.0 && <2.0
-    , scientific >=0.3.6.2 && <0.4
-    , template-haskell >=2.0 && <3.0
-    , text >=1.2.3.0 && <1.3
-    , th-lift-instances >=0.1.1 && <0.3
-    , transformers >=0.3 && <0.6
-    , unordered-containers >=0.2.8.0 && <0.3
-    , vector >=0.12.0.1 && <0.13
+    , mtl >=2.0.0 && <3.0.0
+    , relude >=0.3.0 && <2.0.0
+    , scientific >=0.3.6.2 && <0.4.0
+    , template-haskell >=2.0.0 && <3.0.0
+    , text >=1.2.3 && <1.3.0
+    , th-lift-instances >=0.1.1 && <0.3.0
+    , transformers >=0.3.0 && <0.6.0
+    , unordered-containers >=0.2.8 && <0.3.0
+    , vector >=0.12.0.1 && <0.13.0
   default-language: Haskell2010
 
 test-suite morpheus-graphql-core-test
@@ -262,24 +262,24 @@
       test
   ghc-options: -Wall
   build-depends:
-      aeson >=1.4.4.0 && <3
-    , base >=4.7 && <5
-    , bytestring >=0.10.4 && <0.11
-    , containers >=0.4.2.1 && <0.7
-    , directory >=1.0 && <2.0
-    , hashable >=1.0.0 && <2.0
+      aeson >=1.4.4 && <3.0.0
+    , base >=4.7.0 && <5.0.0
+    , bytestring >=0.10.4 && <0.12.0
+    , containers >=0.4.2.1 && <0.7.0
+    , directory >=1.0.0 && <2.0.0
+    , hashable >=1.0.0 && <2.0.0
     , megaparsec >=7.0.0 && <10.0.0
     , morpheus-graphql-core
-    , morpheus-graphql-tests >=0.19.0 && <0.20.0
-    , mtl >=2.0 && <3.0
-    , relude >=0.3.0 && <2.0
-    , scientific >=0.3.6.2 && <0.4
-    , tasty >=0.1 && <1.5
-    , tasty-hunit >=0.1 && <1.0
-    , template-haskell >=2.0 && <3.0
-    , text >=1.2.3.0 && <1.3
-    , th-lift-instances >=0.1.1 && <0.3
-    , transformers >=0.3 && <0.6
-    , unordered-containers >=0.2.8.0 && <0.3
-    , vector >=0.12.0.1 && <0.13
+    , morpheus-graphql-tests >=0.20.0 && <0.21.0
+    , mtl >=2.0.0 && <3.0.0
+    , relude >=0.3.0 && <2.0.0
+    , scientific >=0.3.6.2 && <0.4.0
+    , tasty >=0.1.0 && <1.5.0
+    , tasty-hunit >=0.1.0 && <1.0.0
+    , template-haskell >=2.0.0 && <3.0.0
+    , text >=1.2.3 && <1.3.0
+    , th-lift-instances >=0.1.1 && <0.3.0
+    , transformers >=0.3.0 && <0.6.0
+    , unordered-containers >=0.2.8 && <0.3.0
+    , vector >=0.12.0.1 && <0.13.0
   default-language: Haskell2010
