Skip to content

Commit

Permalink
uprade example in read me to new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Oct 8, 2018
1 parent b132aca commit 6afab1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ More [Usage](doc/usage.md)

Latest Release
--------------
* 0.1.0
* 0.1.1

See [Release Notes](doc/release_notes.md)

Expand All @@ -85,8 +85,8 @@ If you don't need to verify database, just remove the `pandaria-db` from depende
dependencies {
testCompile(
"io.cucumber:cucumber-junit:4.0.0",
'com.github.jakimli.pandaria:pandaria-core:0.1.0',
'com.github.jakimli.pandaria:pandaria-db:0.1.0'
'com.github.jakimli.pandaria:pandaria-core:0.1.1',
'com.github.jakimli.pandaria:pandaria-db:0.1.1'
)
}
```
Expand All @@ -97,13 +97,13 @@ dependencies {
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-core</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-db</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6afab1b

Please sign in to comment.