Skip to content

Commit

Permalink
Upgrade to Coroutines 1.2.0-alpha
Browse files Browse the repository at this point in the history
This commit also switches on kotlin-compiler-embeddable to
improve isolation of its dependencies

See spring-projectsgh-19975
  • Loading branch information
sdeleuze committed Mar 31, 2019
1 parent 76e5a2a commit 3387d3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion spring-webflux/spring-webflux.gradle
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion spring-webmvc/spring-webmvc.gradle
Expand Up @@ -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")
Expand Down

0 comments on commit 3387d3e

Please sign in to comment.