diff --git a/morpheus-graphql-server.cabal b/morpheus-graphql-server.cabal
--- a/morpheus-graphql-server.cabal
+++ b/morpheus-graphql-server.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           morpheus-graphql-server
-version:        0.27.2
+version:        0.27.3
 synopsis:       Morpheus GraphQL
 description:    Build GraphQL APIs with your favourite functional language!
 category:       web, graphql
@@ -363,9 +363,9 @@
     , relude >=0.3.0 && <2.0.0
     , template-haskell >=2.0.0 && <3.0.0
     , text >=1.2.3 && <3.0.0
-    , transformers >=0.3.0 && <0.6.0
+    , transformers >=0.3.0 && <0.7.0
     , unordered-containers >=0.2.8 && <0.3.0
-    , vector >=0.12.0.1 && <0.13.0
+    , vector >=0.12.0.1 && <0.15.0
   default-language: Haskell2010
 
 test-suite morpheus-graphql-server-test
@@ -422,7 +422,7 @@
     , tasty-hunit >=0.1.0 && <1.0.0
     , template-haskell >=2.0.0 && <3.0.0
     , text >=1.2.3 && <3.0.0
-    , transformers >=0.3.0 && <0.6.0
+    , transformers >=0.3.0 && <0.7.0
     , unordered-containers >=0.2.8 && <0.3.0
-    , vector >=0.12.0.1 && <0.13.0
+    , vector >=0.12.0.1 && <0.15.0
   default-language: Haskell2010
diff --git a/test/Feature/Inference/type-guards/introspection/interface/response.json b/test/Feature/Inference/type-guards/introspection/interface/response.json
--- a/test/Feature/Inference/type-guards/introspection/interface/response.json
+++ b/test/Feature/Inference/type-guards/introspection/interface/response.json
@@ -3,8 +3,8 @@
     "__type": {
       "kind": "INTERFACE",
       "possibleTypes": [
-        { "kind": "OBJECT", "ofType": null, "name": "Deity" },
-        { "kind": "OBJECT", "ofType": null, "name": "Creature" }
+        { "kind": "OBJECT", "ofType": null, "name": "Creature" },
+        { "kind": "OBJECT", "ofType": null, "name": "Deity" }
       ],
       "enumValues": null,
       "interfaces": null,
