Skip to content

Commit a6b1d88

Browse files
authored
Merge pull request #394 from embark-framework/update-solc-0.4.23
Update templates to solc version 0.4.23 to prevent issue with loading library.
2 parents be7723e + a0573a6 commit a6b1d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/boilerplate/embark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"config": "config/",
1111
"versions": {
1212
"web3": "1.0.0-beta",
13-
"solc": "0.4.17",
13+
"solc": "0.4.23",
1414
"ipfs-api": "17.2.4"
1515
},
1616
"plugins": {}

templates/demo/embark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"config": "config/",
1010
"versions": {
1111
"web3": "1.0.0-beta",
12-
"solc": "0.4.17",
12+
"solc": "0.4.23",
1313
"ipfs-api": "17.2.4"
1414
},
1515
"plugins": {

templates/simple/embark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"webserver": false
1111
},
1212
"versions": {
13-
"solc": "0.4.17"
13+
"solc": "0.4.23"
1414
},
1515
"plugins": {}
1616
}

0 commit comments

Comments
 (0)