summaryrefslogtreecommitdiffstats
path: root/hv-collector-main/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-11-06 10:09:32 +0100
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-11-06 10:34:46 +0100
commit0bfbf81bf642b1adffb9916a44f9b85bb633fdc8 (patch)
tree061bdeae1bceb75300d1b23796b818cf8c00bfbb /hv-collector-main/pom.xml
parentdb59763d0d3ea66a0cf4764cfd0cd9ef35f4f443 (diff)
Upgrade Kotlin to 1.3
Migrate to Kotlin 1.3 with non-experimental coroutines support. Also bump Arrow-Kt version so it follows 1.3 release. Change-Id: Ia2f26d0c710b7cfae709e35700b72607aeddaf00 Issue-ID: DCAEGEN2-949 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'hv-collector-main/pom.xml')
-rw-r--r--hv-collector-main/pom.xml4
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>