Skip to content

Commit

Permalink
minor update to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Aug 7, 2014
1 parent c06fde1 commit 6fbed88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pact-jvm-consumer-junit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group-id = `au.com.dius`

artifact-id = `pact-jvm-consumer-junit_2.10`

version-id = `2.0.0`
version-id = `2.0.2`

##Usage

Expand Down
2 changes: 1 addition & 1 deletion pact-jvm-consumer-specs2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pact-jvm-consumer-specs2

In the root folder of your project in build.sbt add the line:
```
libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.0"
libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "2.0.2"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pact-jvm-provider-sbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The sbt plugin adds an sbt task for running all provider pacts against a running

To use the pact sbt plugin, add the following to your project/plugins.sbt

addSbtPlugin("com.dius" %% "pact-jvm-provider-sbt" % "2.0.0")
addSbtPlugin("com.dius" %% "pact-jvm-provider-sbt" % "2.0.2")

and the following to your build.sbt

Expand Down

0 comments on commit 6fbed88

Please sign in to comment.