-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the mockito version to 2.18.0
added 4.1.0 notes
- Loading branch information
1 parent
4251865
commit 0623b12
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Upgrade version | ||
|
||
## Upgrades | ||
|
||
* **mockito** upgraded to Mockito `2.18.2`, this is mostly to avoid a concurrency bug introduced by Mockito (#641). | ||
* **html** the default options for pandoc are now compatible with pandoc `2.1.3` for markdown generation | ||
|
||
Otherwise please refer to the `4.0.4` notes for the latest changes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "4.0.4" | ||
version in ThisBuild := "4.1.0" |