diff --git a/cabal-cache.cabal b/cabal-cache.cabal
--- a/cabal-cache.cabal
+++ b/cabal-cache.cabal
@@ -1,7 +1,7 @@
 cabal-version:          2.2
 
 name:                   cabal-cache
-version:                1.0.1.1
+version:                1.0.1.2
 synopsis:               CI Assistant for Haskell projects
 description:            CI Assistant for Haskell projects.  Implements package caching.
 homepage:               https://github.com/haskell-works/cabal-cache
@@ -23,9 +23,9 @@
 common amazonka                       { build-depends: amazonka                       >= 1.6.1      && < 1.7    }
 common amazonka-core                  { build-depends: amazonka-core                  >= 1.6.1      && < 1.7    }
 common amazonka-s3                    { build-depends: amazonka-s3                    >= 1.6.1      && < 1.7    }
-common antiope-core                   { build-depends: antiope-core                   >= 7.0.1      && < 8      }
-common antiope-optparse-applicative   { build-depends: antiope-optparse-applicative   >= 7.0.1      && < 8      }
-common antiope-s3                     { build-depends: antiope-s3                     >= 7.0.1      && < 8      }
+common antiope-core                   { build-depends: antiope-core                   >= 7.4.4      && < 8      }
+common antiope-optparse-applicative   { build-depends: antiope-optparse-applicative   >= 7.4.4      && < 8      }
+common antiope-s3                     { build-depends: antiope-s3                     >= 7.4.4      && < 8      }
 common bytestring                     { build-depends: bytestring                     >= 0.10.8.2   && < 0.11   }
 common conduit-extra                  { build-depends: conduit-extra                  >= 1.3.1.1    && < 1.4    }
 common cryptonite                     { build-depends: cryptonite                     >= 0.25       && < 1      }
@@ -34,8 +34,8 @@
 common directory                      { build-depends: directory                      >= 1.3.3.0    && < 1.4    }
 common exceptions                     { build-depends: exceptions                     >= 0.10.1     && < 0.11   }
 common filepath                       { build-depends: filepath                       >= 1.3        && < 1.5    }
-common generic-lens                   { build-depends: generic-lens                   >= 1.1.0.0    && < 1.2    }
-common hedgehog                       { build-depends: hedgehog                       >= 0.5        && < 0.7    }
+common generic-lens                   { build-depends: generic-lens                   >= 1.1.0.0    && < 1.3    }
+common hedgehog                       { build-depends: hedgehog                       >= 1.0        && < 1.1    }
 common hspec                          { build-depends: hspec                          >= 2.4        && < 3      }
 common http-client                    { build-depends: http-client                    >= 0.5.14     && < 0.7    }
 common http-types                     { build-depends: http-types                     >= 0.12.3     && < 0.13   }
@@ -43,7 +43,7 @@
 common hw-hspec-hedgehog              { build-depends: hw-hspec-hedgehog              >= 0.1.0.4    && < 0.2    }
 common lens                           { build-depends: lens                           >= 4.17       && < 5      }
 common mtl                            { build-depends: mtl                            >= 2.2.2      && < 2.3    }
-common optparse-applicative           { build-depends: optparse-applicative           >= 0.14       && < 0.15   }
+common optparse-applicative           { build-depends: optparse-applicative           >= 0.14       && < 0.16   }
 common process                        { build-depends: process                        >= 1.6.5.0    && < 1.7    }
 common raw-strings-qq                 { build-depends: raw-strings-qq                 >= 1.1        && < 2      }
 common relation                       { build-depends: relation                       >= 0.5        && < 0.6    }
@@ -164,7 +164,7 @@
   build-depends:        cabal-cache
   hs-source-dirs:       test
   ghc-options:          -threaded -rtsopts -with-rtsopts=-N
-  build-tools:          hspec-discover
+  build-tool-depends:   hspec-discover:hspec-discover
   other-modules:
       HaskellWorks.CabalCache.AwsSpec
       HaskellWorks.CabalCache.LocationSpec
