diff --git a/assert4hs-tasty.cabal b/assert4hs-tasty.cabal
--- a/assert4hs-tasty.cabal
+++ b/assert4hs-tasty.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               assert4hs-tasty
-version:            0.0.0.1
+version:            0.1.0
 license:            MIT
 license-file:       LICENSE
 copyright:          2021 Pawel Nosal
@@ -33,7 +33,7 @@
         -Wno-unused-do-bind -Werror=incomplete-patterns
 
     build-depends:
-        assert4hs >=0.0.0.1,
+        assert4hs-core >=0.1.0,
         base >=4.7 && <5,
         tasty >=1.4.1
 
@@ -50,7 +50,7 @@
         -with-rtsopts=-N
 
     build-depends:
-        assert4hs >=0.0.0.1,
+        assert4hs-core >=0.1.0,
         assert4hs-tasty -any,
         base >=4.7 && <5,
         tasty >=1.4.1
