Skip to content

Commit 92fda21

Browse files
committed
Update nebula-test
1 parent 628c477 commit 92fda21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/nebula/plugin/plugin/NebulaPluginPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
5757
dependencies {
5858
compile gradleApi()
5959
compile localGroovy()
60-
testCompile('com.netflix.nebula:nebula-test:4.0.0') {
60+
testCompile('com.netflix.nebula:nebula-test:4.1.0') {
6161
exclude group: 'org.codehaus.groovy'
6262
}
6363
}

0 commit comments

Comments
 (0)