File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-resources/src/grails/grails-app/conf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ task pluginsFromRepo {
126126 ' database-migration' : " 1.4.0" ,
127127 hibernate4 : " 4.3.5.4" ,
128128 jquery : " 1.11.1" ,
129- ' asset-pipeline' : " 1.9.5 " ,
129+ ' asset-pipeline' : " 1.9.6 " ,
130130 scaffolding : " 2.1.2" ,
131131 tomcat : " 7.0.54" ,
132132 webxml : " 1.4.1"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ grails.project.dependency.resolution = {
6060 // plugins for the compile step
6161 compile " :scaffolding:2.1.2"
6262 compile ' :cache:1.1.7'
63- compile " :asset-pipeline:1.9.5 "
63+ compile " :asset-pipeline:1.9.6 "
6464
6565 // plugins needed at runtime but not for compilation
6666 runtime " :hibernate4:4.3.5.4" // or ":hibernate:3.6.10.16"
You can’t perform that action at this time.
0 commit comments