File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 maven { url " https://oss.sonatype.org/content/repositories/snapshots" }
1111 }
1212 dependencies {
13- classpath(" net.thucydides:thucydides-core:0.9.272-SNAPSHOT " )
13+ classpath(" net.thucydides:thucydides-core:0.9.273 " )
1414 }
1515}
1616
@@ -28,8 +28,8 @@ dependencies {
2828 compile(" org.springframework.data:spring-data-rest-webmvc:2.2.0.RELEASE" )
2929 testCompile " org.codehaus.groovy.modules.http-builder:http-builder:0.7"
3030 testCompile ' org.easytesting:fest-assert-core:2.0M10'
31- testCompile ' net.thucydides:thucydides-core:0.9.272-SNAPSHOT '
32- testCompile ' net.thucydides:thucydides-jbehave-plugin:0.9.273-SNAPSHOT '
31+ testCompile ' net.thucydides:thucydides-core:0.9.273 '
32+ testCompile ' net.thucydides:thucydides-jbehave-plugin:0.9.273'
3333
3434}
3535
You can’t perform that action at this time.
0 commit comments