diff options
Diffstat (limited to 'hv-collector-utils/pom.xml')
-rw-r--r-- | hv-collector-utils/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hv-collector-utils/pom.xml b/hv-collector-utils/pom.xml index 3c48280c..ea19ba3f 100644 --- a/hv-collector-utils/pom.xml +++ b/hv-collector-utils/pom.xml @@ -72,6 +72,14 @@ <artifactId>arrow-instances-data</artifactId> </dependency> <dependency> + <groupId>io.arrow-kt</groupId> + <artifactId>arrow-effects</artifactId> + </dependency> + <dependency> + <groupId>io.arrow-kt</groupId> + <artifactId>arrow-syntax</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |