Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
upgrade ratpack and rx2
Browse files Browse the repository at this point in the history
  • Loading branch information
drmaas committed Sep 6, 2017
1 parent 616a75c commit aea01c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ext {
commonVersions = [
groovy : '2.4.10',
ratpack: '1.4.6',
rx2 : '2.0.9',
spock : '1.1-groovy-2.4-rc-3',
logback: '1.2.1',
ratpack: '1.5.0',
rx2 : '2.1.3',
spock : '1.1-groovy-2.4',
logback: '1.2.3',
]

commonDependencies = [
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Apr 21 16:36:51 CDT 2017
#Mon Jun 26 09:17:08 CDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit aea01c6

Please sign in to comment.