Skip to content

Commit

Permalink
Upgrading grails...
Browse files Browse the repository at this point in the history
  • Loading branch information
minhajkk committed Aug 26, 2014
1 parent 707132c commit a88fba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Grails Metadata file
#Tue Jun 10 10:43:22 GST 2014
app.grails.version=2.4.0
app.grails.version=2.4.2
app.name=grails-restful
app.version=0.1
4 changes: 2 additions & 2 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ grails.project.dependency.resolution = {
// plugins for the compile step
compile ":scaffolding:2.1.0"
compile ':cache:1.1.6'
compile ":asset-pipeline:1.8.7"
compile ":asset-pipeline:1.9.7"
runtime ":jquery:1.11.1"
compile ":spring-security-core:2.0-RC3"
compile ":spring-security-rest:1.4.0.M2"
Expand All @@ -90,7 +90,7 @@ grails.project.dependency.resolution = {
build(':coveralls:0.1.3', ':rest-client-builder:1.0.3') {
export = false
}
test(':code-coverage:1.2.7') {
test(':code-coverage:2.0.3-2') {
export = false
}

Expand Down

0 comments on commit a88fba7

Please sign in to comment.