Skip to content

Commit

Permalink
Release version: 2.0.0-beta.3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
szpak committed Jun 11, 2016
1 parent 60bc3bf commit 3f03381
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 @@ -45,7 +45,7 @@ mockito-java8 jars are available in Maven Central.
### Gradle

```
testCompile 'info.solidsoft.mockito:mockito-java8:2.0.0-beta.2'
testCompile 'info.solidsoft.mockito:mockito-java8:2.0.0-beta.3'
```

### Maven
Expand All @@ -54,7 +54,7 @@ testCompile 'info.solidsoft.mockito:mockito-java8:2.0.0-beta.2'
<dependency>
<groupId>info.solidsoft.mockito</groupId>
<artifactId>mockito-java8</artifactId>
<version>2.0.0-beta.2</version>
<version>2.0.0-beta.3</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 3f03381

Please sign in to comment.