eventium-testkit 0.2.1 → 0.3.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~eventium-core
Dependency ranges changed: eventium-core
Files
- eventium-testkit.cabal +2/−2
eventium-testkit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: eventium-testkit-version: 0.2.1+version: 0.3.0 synopsis: Testing utilities for eventium description: Eventium-testkit provides common testing utilities and helper functions for testing Eventium-based applications. It includes utilities for event store testing, serialization testing, and common test fixtures@@ -44,7 +44,7 @@ build-depends: aeson >=1.5 && <2.3 , base >=4.9 && <5- , eventium-core >=0.2.0 && <0.3.0+ , eventium-core >=0.3.0 && <0.4.0 , extra ==1.7.* , hspec >=2.8 && <2.12 , monad-logger ==0.3.*