File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/groovy/org/grails/forge/feature/assetPipeline Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 115115 <dependency >
116116 <groupId >com.bertramlabs.plugins</groupId >
117117 <artifactId >asset-pipeline-grails</artifactId >
118- <version >3.3.4 </version >
118+ <version >3.4.7 </version >
119119 </dependency >
120120 </dependencies >
121121</project >
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class AssetPipelineSpec extends ApplicationContextSpec implements CommandOutputF
2828 .render()
2929
3030 then :
31- template. contains(" id \" com.bertramlabs.asset-pipeline\" version \" 3.3.4 \" " )
32- template. contains(" runtimeOnly(\" com.bertramlabs.plugins:asset-pipeline-grails:3.3.4 \" )" )
31+ template. contains(" id \" com.bertramlabs.asset-pipeline\" version \" 3.4.7 \" " )
32+ template. contains(" runtimeOnly(\" com.bertramlabs.plugins:asset-pipeline-grails:3.4.7 \" )" )
3333 template. contains('''
3434assets {
3535 minifyJs = true
You can’t perform that action at this time.
0 commit comments