diff --git a/rebase.cabal b/rebase.cabal
--- a/rebase.cabal
+++ b/rebase.cabal
@@ -1,5 +1,5 @@
 name: rebase
-version: 1.19
+version: 1.20
 synopsis: A more progressive alternative to the "base" package
 description:
   This package is intended for those who are tired of keeping
@@ -428,8 +428,8 @@
     Rebase.Text.Show.Functions
     Rebase.Unsafe.Coerce
   build-depends:
-    base >=4.10 && <5,
-    bifunctors >=5.5 && <5.6,
+    base >=4.13 && <5,
+    bifunctors >=5.6 && <5.7,
     bytestring >=0.10 && <0.12,
     containers >=0.6 && <0.7,
     contravariant >=1.5 && <1.6,
@@ -444,7 +444,7 @@
     profunctors >=5.6 && <5.7,
     scientific >=0.3 && <0.4,
     selective >=0.7 && <0.8,
-    semigroupoids >=5.3 && <5.4,
+    semigroupoids >=6 && <7,
     stm >=2.5 && <2.6,
     text >=1.2 && <1.3 || >=2.0 && <2.1,
     time >=1.9 && <1.13,
