diff --git a/benchpress.cabal b/benchpress.cabal
--- a/benchpress.cabal
+++ b/benchpress.cabal
@@ -1,5 +1,5 @@
 name:           benchpress
-version:        0.2.2.17
+version:        0.2.2.18
 synopsis:       Micro-benchmarking with detailed statistics.
 Description:    Benchmarks actions and produces statistics
                 such as min, mean, median, standard deviation,
@@ -22,7 +22,7 @@
 
   build-depends:  base >= 2.0 && < 4.16,
                   mtl >= 1 && < 2.3,
-                  time >= 1 && < 1.13
+                  time >= 1 && < 1.14
   
   default-language:  Haskell2010
 
