diff --git a/crdt-event-fold.cabal b/crdt-event-fold.cabal
--- a/crdt-event-fold.cabal
+++ b/crdt-event-fold.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                crdt-event-fold
-version:             1.8.1.1
+version:             1.8.1.2
 synopsis:            Garbage collected event folding CRDT.
 description:         Garbage collected event folding CRDT. Consistently
                      apply arbitrary operations to replicated data.
@@ -9,7 +9,7 @@
 license-file:        LICENSE
 author:              Rick Owens
 maintainer:          rick@owensmurray.com
-copyright:           2022 Owens Murray, LLC.
+copyright:           2025 Owens Murray, LLC.
 category:            CRDT
 build-type:          Simple
 extra-source-files:  README.md
@@ -17,10 +17,10 @@
 common dependencies
   build-depends:
     , aeson              >= 2.0.3.0  && < 2.3
-    , base               >= 4.15.1.0 && < 4.21
+    , base               >= 4.15.1.0 && < 4.22
     , binary             >= 0.8.8.0  && < 0.9
     , containers         >= 0.6.4.1  && < 0.8
-    , data-default-class >= 0.1.2.0  && < 0.2
+    , data-default-class >= 0.1.2.0  && < 0.3
     , data-dword         >= 0.3.2.1  && < 0.4
     , exceptions         >= 0.10.4   && < 0.11
     , monad-logger       >= 0.3.36   && < 0.4
