Upgrade to Coroutines 1.2.0-alpha

This commit also switches on kotlin-compiler-embeddable to
improve isolation of its dependencies

See gh-19975
This commit is contained in:
Sebastien Deleuze
2019-03-31 10:55:13 +02:00
parent 76e5a2a53b
commit 3387d3ec89
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ dependencies {
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}")
testCompile(project(":spring-core-coroutines"))
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}")
testRuntime("org.jetbrains.kotlin:kotlin-compiler-embeddable:${kotlinVersion}")
testRuntime("org.jruby:jruby:9.2.6.0")
testRuntime("org.python:jython-standalone:2.7.1")
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0")