diff --git a/polysemy-log-di.cabal b/polysemy-log-di.cabal
--- a/polysemy-log-di.cabal
+++ b/polysemy-log-di.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log-di
-version:        0.6.0.0
+version:        0.6.0.1
 synopsis:       Di Adapters for Polysemy-Log
 description:    See <https://hackage.haskell.org/package/polysemy-log-di/docs/Polysemy-Log-Di.html>
 category:       Logging
@@ -94,11 +94,11 @@
   build-depends:
       base ==4.*
     , di-polysemy >=0.2
-    , incipit-core >=0.1.0.1
+    , incipit-core >=0.2
     , polysemy >=1.5
-    , polysemy-conc >=0.6
+    , polysemy-conc >=0.7
     , polysemy-log
-    , polysemy-time >=0.3
+    , polysemy-time >=0.4
     , stm
   mixins:
       base hiding (Prelude)
@@ -172,7 +172,7 @@
   ghc-options: -Wall -Wredundant-constraints -Wunused-packages -Widentities -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base ==4.*
-    , incipit-core >=0.1.0.1
+    , incipit-core >=0.2
     , polysemy >=1.5
     , polysemy-log
     , polysemy-log-di
