Skip to content

Commit ac414e5

Browse files
committed
Update README to point at version 1.3.2
1 parent b32d69e commit ac414e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ data from JSON Strings or files in parameterized tests.
2121
<dependency>
2222
<groupId>net.joshka</groupId>
2323
<artifactId>junit-json-params</artifactId>
24-
<version>1.3.1-1</version>
24+
<version>1.3.2</version>
2525
</dependency>
2626
```
2727

2828
### Gradle
2929
```groovy
30-
compile 'net.joshka:junit-json-params:1.3.1-1'
30+
compile 'net.joshka:junit-json-params:1.3.2'
3131
```
3232

3333
## Examples

0 commit comments

Comments
 (0)