Skip to content

Commit b29979d

Browse files
authored
Merge pull request #167 from Ackee-Blockchain/ver/1.19.3
✏️ Fix build error due to missing anvil max compatible version
2 parents 3865514 + 6d9b20f commit b29979d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external-dependencies.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"description": "Local Ethereum node from Foundry toolkit",
2020
"versions": {
2121
"minimum": "1.4.0",
22-
"recommended": "1.4.0"
22+
"recommended": "1.4.0",
23+
"maximum": null
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)