diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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> |