Skip to content

Commit b714693

Browse files
committed
Updated Asset-Pipeline plugin
1 parent 619620e commit b714693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)