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 92fda21 commit 57b819eCopy full SHA for 57b819e
src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy
@@ -57,7 +57,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
57
dependencies {
58
compile gradleApi()
59
compile localGroovy()
60
- testCompile('com.netflix.nebula:nebula-test:4.1.0') {
+ testCompile('com.netflix.nebula:nebula-test:4.2.0') {
61
exclude group: 'org.codehaus.groovy'
62
}
63
0 commit comments