Skip to content

Commit 87add0f

Browse files
committed
tag -> branch in submodules
1 parent a693405 commit 87add0f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[submodule "ethexe/contracts/lib/forge-std"]
22
path = ethexe/contracts/lib/forge-std
33
url = https://github.com/foundry-rs/forge-std
4-
tag = "v1.9.4"
4+
branch = "v1"
55
[submodule "ethexe/contracts/lib/openzeppelin-contracts"]
66
path = ethexe/contracts/lib/openzeppelin-contracts
77
url = https://github.com/OpenZeppelin/openzeppelin-contracts
8-
tag = "v5.1.0"
8+
branch = "release-v5.1"
99
[submodule "ethexe/contracts/lib/openzeppelin-foundry-upgrades"]
1010
path = ethexe/contracts/lib/openzeppelin-foundry-upgrades
1111
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
12-
tag = "v5.1.0"
12+
branch = "main"
1313
[submodule "ethexe/contracts/lib/openzeppelin-contracts-upgradeable"]
1414
path = ethexe/contracts/lib/openzeppelin-contracts-upgradeable
1515
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
16-
tag = "v0.3.6"
16+
branch = "release-v5.1"
1717
[submodule "ethexe/contracts/lib/symbiotic-core"]
1818
path = ethexe/contracts/lib/symbiotic-core
1919
url = https://github.com/grishasobol/symbiotic-core

ethexe/contracts/lib/forge-std

0 commit comments

Comments
 (0)