Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Bump grails-testing-support from 2.0.0.RC1 to 2.6.2-SNAPSHOT #289

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grails-plugin-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
exclude module:'async'
}
// testCompile 'org.grails:grails-async:4.0.0.BUILD-SNAPSHOT'
testCompile 'org.grails:grails-testing-support:2.0.0.RC1', {
testCompile 'org.grails:grails-testing-support:2.6.2-SNAPSHOT', {
exclude module:'async'
}
testCompile 'org.grails:grails-gorm-testing-support:2.0.0.RC1', {
Expand Down