diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
     same "printed page" as the copyright notice for easier
     identification within third-party archives.
 
-Copyright 2016-2021 Aleksandr Krupenkin 
+Copyright 2016-2026 Aleksandr Krupenkin 
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/web3-bignum.cabal b/web3-bignum.cabal
--- a/web3-bignum.cabal
+++ b/web3-bignum.cabal
@@ -1,9 +1,9 @@
 cabal-version: 1.12
 name:          web3-bignum
-version:       1.0.1.0
+version:       1.1.0.0
 license:       Apache-2.0
 license-file:  LICENSE
-copyright:     (c) Aleksandr Krupenkin 2016-2024
+copyright:     (c) Aleksandr Krupenkin 2016-2026
 maintainer:    mail@akru.me
 author:        Aleksandr Krupenkin
 homepage:      https://github.com/airalab/hs-web3#readme
@@ -35,12 +35,12 @@
         -Wunused-foralls -Wtabs
 
     build-depends:
-        base >4.11 && <4.19,
-        cereal >0.5 && <0.6,
-        memory >0.14 && <0.19,
-        memory-hexstring >=1.0 && <1.1,
-        scale >=1.0 && <1.1,
-        wide-word >0.1 && <0.2
+        base >=4.11 && <4.21,
+        cereal >=0.5 && <0.6,
+        memory >=0.14 && <0.19,
+        memory-hexstring >=1.0 && <1.2,
+        scale >=1.0 && <1.2,
+        wide-word >=0.1 && <0.2
 
 test-suite tests
     type:             exitcode-stdio-1.0
@@ -63,13 +63,13 @@
         -Wunused-foralls -Wtabs -threaded -rtsopts -with-rtsopts=-N
 
     build-depends:
-        base >4.11 && <4.19,
-        cereal >0.5 && <0.6,
+        base >=4.11 && <4.21,
+        cereal >=0.5 && <0.6,
         hspec >=2.4.4 && <2.12,
         hspec-contrib >=0.4.0 && <0.6,
         hspec-discover >=2.4.4 && <2.12,
         hspec-expectations >=0.8.2 && <0.9,
-        memory >0.14 && <0.19,
-        memory-hexstring >=1.0 && <1.1,
-        scale >=1.0 && <1.1,
-        wide-word >0.1 && <0.2
+        memory >=0.14 && <0.19,
+        memory-hexstring >=1.0 && <1.2,
+        scale >=1.0 && <1.2,
+        wide-word >=0.1 && <0.2
