Skip to content

Commit e59083a

Browse files
committed
use scaffolding version 2.1.2
1 parent e4f7dda commit e59083a

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
@@ -125,7 +125,7 @@ task pluginsFromRepo {
125125
hibernate4: "4.3.5.3",
126126
jquery: "1.11.1",
127127
'asset-pipeline': "1.8.11",
128-
scaffolding: "2.1.1",
128+
scaffolding: "2.1.2",
129129
tomcat: "7.0.54",
130130
webxml: "1.4.1"
131131
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ grails.project.dependency.resolution = {
5858
build ":tomcat:7.0.54"
5959

6060
// plugins for the compile step
61-
compile ":scaffolding:2.1.1"
61+
compile ":scaffolding:2.1.2"
6262
compile ':cache:1.1.6'
6363
compile ":asset-pipeline:1.8.11"
6464

0 commit comments

Comments
 (0)