From c775e8677cdbf69f2b1c1390d225329c658c0ee2 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Wed, 3 Apr 2019 15:07:22 +0200 Subject: Get rid of arrow-effects usage Also clean-up dependencies + use Kotlin BOM to force single kotlin-stdlib on classpath. Issue-ID: DCAEGEN2-1392 Change-Id: I447c4686707de81f35f7734255ce0b13c997c4a4 Signed-off-by: Piotr Jaszczyk --- pom.xml | 53 ++++++++++++----------------------------------------- 1 file changed, 12 insertions(+), 41 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8d5a2e67..c0d9f6dd 100644 --- a/pom.xml +++ b/pom.xml @@ -51,11 +51,11 @@ 1.3.21 - 0.8.0 + 0.9.0 3.7.0 1.7 0.8.2 - 1.0.0-RC11 + 1.0.0-RC14 1.1.4-SNAPSHOT @@ -408,25 +408,16 @@ org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-reflect + kotlin-bom ${kotlin.version} + pom + import org.jetbrains.kotlin kotlin-compiler-embeddable ${kotlin.version} - - org.jetbrains.kotlin - kotlin-script-runtime - ${kotlin.version} - runtime - org.jetbrains.kotlin kotlin-script-util @@ -436,7 +427,7 @@ org.jetbrains.kotlinx kotlinx-coroutines-core - 1.0.0 + 1.1.1 com.google.code.gson @@ -445,47 +436,27 @@ io.arrow-kt - arrow-core + arrow-core-data ${arrow.version} - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains.kotlin - kotlin-stdlib-jdk7 - - io.arrow-kt - arrow-syntax + arrow-core-extensions ${arrow.version} io.arrow-kt - arrow-instances-core + arrow-extras-data ${arrow.version} io.arrow-kt - arrow-instances-data - ${arrow.version} - - - io.arrow-kt - arrow-effects - ${arrow.version} - - - io.arrow-kt - arrow-effects-instances + arrow-syntax ${arrow.version} io.arrow-kt - arrow-effects-reactor + arrow-typeclasses ${arrow.version} @@ -596,7 +567,7 @@ com.nhaarman.mockitokotlin2 mockito-kotlin - 2.0.0 + 2.1.0 test -- cgit 1.2.3-korg