Skip to content

Commit

Permalink
Upgrade to Spring Cloud Contract 2.0.0.RC2
Browse files Browse the repository at this point in the history
Resolves #98
  • Loading branch information
royclarkson committed Jun 7, 2018
1 parent 02fa00f commit ba1c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
if (!project.hasProperty("springBootVersion")) {
springBootVersion = "2.0.2.RELEASE"
}
springCloudContractVersion = "2.0.0.RC1"
springCloudContractVersion = "2.0.0.RC2"

javadocLinks = [
"http://docs.oracle.com/javase/8/docs/api/",
Expand Down

0 comments on commit ba1c32c

Please sign in to comment.