aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 676e6d9c..983ab3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,8 +60,8 @@
</modules>
<properties>
- <kotlin.version>1.2.70</kotlin.version>
- <arrow.version>0.7.3</arrow.version>
+ <kotlin.version>1.3.0</kotlin.version>
+ <arrow.version>0.8.0</arrow.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<jacoco.version>0.8.2</jacoco.version>
@@ -531,7 +531,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
- <version>0.25.0</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
@@ -570,6 +570,11 @@
</dependency>
<dependency>
<groupId>io.arrow-kt</groupId>
+ <artifactId>arrow-effects-instances</artifactId>
+ <version>${arrow.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.arrow-kt</groupId>
<artifactId>arrow-effects-reactor</artifactId>
<version>${arrow.version}</version>
</dependency>