diff options
Diffstat (limited to 'hv-collector-main/pom.xml')
-rw-r--r-- | hv-collector-main/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index 2f0ab806..fda519ca 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/pom.xml @@ -103,6 +103,10 @@ </dependency> <dependency> <groupId>io.arrow-kt</groupId> + <artifactId>arrow-effects-instances</artifactId> + </dependency> + <dependency> + <groupId>io.arrow-kt</groupId> <artifactId>arrow-syntax</artifactId> </dependency> <dependency> |