From 67689405071acdad2b26d5112b3662605e474ce9 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Thu, 14 Jun 2018 09:48:46 +0200 Subject: Various improvements * Kotlin upgrade * Monad usage on APIs * Idle timeout * Simulator enhancements Closes ONAP-390 Change-Id: I3c00fcfe38c722caf661ddaad428cf089eeefcaa Signed-off-by: Piotr Jaszczyk Issue-ID: DCAEGEN2-601 --- pom.xml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f478df3c..adc53a70 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,8 @@ - 1.2.41 + 1.2.50 + 0.7.2 3.7.0 1.7 @@ -531,12 +532,37 @@ io.arrow-kt arrow-core - 0.7.2 + ${arrow.version} + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + + io.arrow-kt arrow-syntax - 0.7.2 + ${arrow.version} + + + io.arrow-kt + arrow-instances-core + ${arrow.version} + + + io.arrow-kt + arrow-instances-data + ${arrow.version} + + + io.arrow-kt + arrow-effects + ${arrow.version} ch.qos.logback -- cgit 1.2.3-korg