Skip to content

Commit

Permalink
Upgrade to Reactor 2.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 18, 2015
1 parent 47168b6 commit cbfdab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
exclude group:'org.multiverse', module:'multiverse-core'
exclude group:'org.codehaus.groovy', module: 'groovy-all'
}
compile 'io.projectreactor:reactor-core:2.0.0.BUILD-SNAPSHOT'
compile 'io.projectreactor:reactor-core:2.0.0.RC1'
}

eclipse {
Expand Down
4 changes: 2 additions & 2 deletions grails-plugin-events/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile project(":grails-core")
compile project(":grails-async")
compile 'io.projectreactor.spring:reactor-spring-context:2.0.0.BUILD-SNAPSHOT'
}
compile 'io.projectreactor.spring:reactor-spring-context:2.0.0.RC1'
}

0 comments on commit cbfdab4

Please sign in to comment.