Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Set version to something that works for me.
Browse files Browse the repository at this point in the history
  • Loading branch information
haltman-at committed Nov 28, 2018
1 parent 28c3c30 commit 30f0155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/truffle-debugger/test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function prepareContracts(provider, sources = {}, migrations) {

config.compilers = {
solc: {
version: "^0.5.0"
version: "0.5.0"
}
};

Expand Down

0 comments on commit 30f0155

Please sign in to comment.