Skip to content

Commit

Permalink
Bump README to 5.4.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored Feb 10, 2019
1 parent 52f61da commit 8123036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ data from JSON Strings or files in parameterized tests.
<dependency>
<groupId>net.joshka</groupId>
<artifactId>junit-json-params</artifactId>
<version>1.3.2</version>
<version>5.4.0-r0</version>
</dependency>
```

### Gradle
```groovy
compile 'net.joshka:junit-json-params:1.3.2'
compile 'net.joshka:junit-json-params:5.4.0-r0'
```

## Examples
Expand Down

0 comments on commit 8123036

Please sign in to comment.