diff --git a/build.gradle b/build.gradle index c15131aec48583ed2a2ffbd04a906c1b62bd5674..51a261a7ea6e70cbb65e76027bac9f182377dc18 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ ext { } aspectjVersion = "1.9.2" - coroutinesVersion = "1.1.1" + coroutinesVersion = "1.2.0-alpha" freemarkerVersion = "2.3.28" groovyVersion = "2.5.6" hsqldbVersion = "2.4.1" diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index b509508ee3ae5bba707e9360efc0db6c83116aa4..6e8bf9290c52a7431317c4471e8f9b616cae8461 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -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") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index cf756721df65f1487747a73cca9c51193bf79ca4..4b9ce4279757b5940e0c32731ac55e54b9bd0e58 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -73,7 +73,7 @@ dependencies { testCompile("io.reactivex.rxjava2:rxjava:${rxjava2Version}") testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}") 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.webjars:underscorejs:1.8.3")