Skip to content

Commit

Permalink
tag -> branch in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Dec 2, 2024
1 parent 55938e3 commit adc230f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[submodule "ethexe/contracts/lib/forge-std"]
path = ethexe/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
tag = "v1.9.4"
branch = "v1"
[submodule "ethexe/contracts/lib/openzeppelin-contracts"]
path = ethexe/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
tag = "v5.1.0"
branch = "release-v5.1"
[submodule "ethexe/contracts/lib/openzeppelin-foundry-upgrades"]
path = ethexe/contracts/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
tag = "v5.1.0"
branch = "main"
[submodule "ethexe/contracts/lib/openzeppelin-contracts-upgradeable"]
path = ethexe/contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
tag = "v0.3.6"
branch = "release-v5.1"
[submodule "ethexe/contracts/lib/symbiotic-core"]
path = ethexe/contracts/lib/symbiotic-core
url = https://github.com/grishasobol/symbiotic-core
2 changes: 1 addition & 1 deletion ethexe/contracts/lib/forge-std
2 changes: 1 addition & 1 deletion ethexe/contracts/lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion ethexe/contracts/lib/openzeppelin-contracts-upgradeable

0 comments on commit adc230f

Please sign in to comment.