Skip to content

Commit

Permalink
Upgrade ganache-core to 2.4.0 [fix ci] (#81)
Browse files Browse the repository at this point in the history
* Upgrade ganache-core to 2.4.0

* bump ganche version
  • Loading branch information
marekkirejczyk authored Feb 19, 2019
1 parent 87549c8 commit d3b6b24
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 597 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/2.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump ganache version to 2.4.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ethereum-waffle",
"description": "Sweeter, faster and simpler than truffle.",
"version": "2.0.5",
"version": "2.0.6",
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
"repository": "[email protected]:EthWorks/Waffle.git",
"private": false,
Expand All @@ -27,11 +27,11 @@
"@resolver-engine/imports-fs": "^0.3.2",
"@resolver-engine/imports": "^0.3.2",
"ethers": "^4.0.0",
"ganache-core": "2.2.1",
"ganache-core": "2.4.0",
"solc": "^0.5.1"
},
"resolutions": {
"web3": "1.0.0-beta.37"
"web3": "1.0.0-beta.35"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down
Loading

0 comments on commit d3b6b24

Please sign in to comment.