Skip to content

Commit 32ffda5

Browse files
committed
Updated versions
1 parent fbc9fa5 commit 32ffda5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

acceptance-tests/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)