Skip to content

Commit

Permalink
Merge pull request #351 from rgoldberg/build-config-cleanup
Browse files Browse the repository at this point in the history
Upgraded dependencies to current versions:
  • Loading branch information
davydotcom committed May 25, 2016
2 parents 8f2a26f + 21e9e14 commit d1a7d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ grails {
}

plugins {
test name: 'code-coverage', version: '1.2.7', {export = false}
build name: 'release', version: '3.1.2', {export = false}
build name: 'rest-client-builder', version: '2.0.1', {export = false}
test name: 'code-coverage', version: '2.0.3-3', {export = false}
build name: 'release', version: '3.1.2', {export = false}
build name: 'rest-client-builder', version: '2.1.1', {export = false}
compile name: 'webxml', version: '1.4.1'
}
}
Expand Down

0 comments on commit d1a7d91

Please sign in to comment.