diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-sugar
 
+## 2.2.1.0 -- 2023-06-28
+
+ * Allow optparse-applicative 0.18, tasty 1.5, and hedgehog 1.4 packages.
+
 ## 2.2.0.0 -- 2023-05-03
 
  * Added `rangedParamAdjuster` helper function.
diff --git a/tasty-sugar.cabal b/tasty-sugar.cabal
--- a/tasty-sugar.cabal
+++ b/tasty-sugar.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.0
 
 name:                tasty-sugar
-version:             2.2.0.0
+version:             2.2.1.0
 synopsis:            Tests defined by Search Using Golden Answer References
 description:
   .
@@ -101,9 +101,9 @@
                      , filepath
                      , filemanip >= 0.3 && < 0.4
                      , logict >= 0.7.0.3 && < 0.9
-                     , optparse-applicative >= 0.15 && < 0.18
+                     , optparse-applicative >= 0.15 && < 0.19
                      , prettyprinter >= 1.7.0 && < 1.8
-                     , tasty >= 1.2 && < 1.5
+                     , tasty >= 1.2 && < 1.6
                      , tasty-sugar-internal
                      , text
   hs-source-dirs:      src
@@ -168,7 +168,7 @@
                        Sample1
   build-depends: base >= 4
                , filepath
-               , hedgehog >= 1.1 && < 1.3
+               , hedgehog >= 1.1 && < 1.4
                , logict
                , pretty-show >= 1.9 && < 1.11
                , prettyprinter
