diff --git a/domain.cabal b/domain.cabal
--- a/domain.cabal
+++ b/domain.cabal
@@ -1,5 +1,5 @@
 name: domain
-version: 0.1.1.2
+version: 0.1.1.3
 synopsis: Codegen helping you define domain models
 description:
   - For introduction and demo skip to [Readme](#readme).
@@ -53,7 +53,7 @@
     template-haskell >=2.13 && <3,
     template-haskell-compat-v0208 >=0.1.6 && <0.2,
     text >=1.2.3 && <2,
-    th-lego >=0.2.3 && <0.3,
+    th-lego >=0.2.3 && <0.4,
     yaml-unscrambler >=0.1 && <0.2
 
 test-suite loading-demo
