Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit cef75dc

Browse files
committed
Updated serenity core
1 parent 7bdbaaf commit cef75dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ext {
4444
if (!project.hasProperty("bintrayApiKey")) {
4545
bintrayApiKey = ''
4646
}
47-
serenityCoreVersion = '1.1.25-rc.5'
47+
serenityCoreVersion = '1.1.25-rc.6'
4848
cucumberJVMVersion = '1.2.4'
4949

5050
versionCounter = new ProjectVersionCounter(isRelease: project.hasProperty("releaseBuild"))
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Feb 01 01:07:39 PST 2016
1+
#Fri Feb 05 11:34:08 GMT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)