Skip to content

Commit

Permalink
Release version: 2.3.0
Browse files Browse the repository at this point in the history
[ci skip]

Powered by CDeliveryBoy.
  • Loading branch information
szpak-ci committed Mar 17, 2018
1 parent 3c7df64 commit 2aced9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mockito-java8 changelog

## 2.3.0 - Unreleased
## 2.3.0 - 2018-03-17

- Preliminary Java 10 support - #16
- Upgrade default Mockito dependency to 2.16.0
Expand Down
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.2.0'
testCompile 'info.solidsoft.mockito:mockito-java8:2.3.0'
```

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

0 comments on commit 2aced9d

Please sign in to comment.