We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f7dda commit e59083aCopy full SHA for e59083a
gradle/assemble.gradle
@@ -125,7 +125,7 @@ task pluginsFromRepo {
125
hibernate4: "4.3.5.3",
126
jquery: "1.11.1",
127
'asset-pipeline': "1.8.11",
128
- scaffolding: "2.1.1",
+ scaffolding: "2.1.2",
129
tomcat: "7.0.54",
130
webxml: "1.4.1"
131
]
grails-resources/src/grails/grails-app/conf/BuildConfig.groovy
@@ -58,7 +58,7 @@ grails.project.dependency.resolution = {
58
build ":tomcat:7.0.54"
59
60
// plugins for the compile step
61
- compile ":scaffolding:2.1.1"
+ compile ":scaffolding:2.1.2"
62
compile ':cache:1.1.6'
63
compile ":asset-pipeline:1.8.11"
64
0 commit comments