Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2014
1 parent fbc9fa5 commit 32ffda5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
classpath("net.thucydides:thucydides-core:0.9.272-SNAPSHOT")
classpath("net.thucydides:thucydides-core:0.9.273")
}
}

Expand All @@ -28,8 +28,8 @@ dependencies {
compile("org.springframework.data:spring-data-rest-webmvc:2.2.0.RELEASE")
testCompile "org.codehaus.groovy.modules.http-builder:http-builder:0.7"
testCompile 'org.easytesting:fest-assert-core:2.0M10'
testCompile 'net.thucydides:thucydides-core:0.9.272-SNAPSHOT'
testCompile 'net.thucydides:thucydides-jbehave-plugin:0.9.273-SNAPSHOT'
testCompile 'net.thucydides:thucydides-core:0.9.273'
testCompile 'net.thucydides:thucydides-jbehave-plugin:0.9.273'

}

Expand Down

0 comments on commit 32ffda5

Please sign in to comment.