Skip to content

Commit

Permalink
Update versions/branches to use for CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arhag committed Sep 18, 2024
1 parent bd69cfa commit c478efd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cicd/defaults.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"antelope-spring-dev":{
"target":"main",
"target":"1",
"prerelease":false
},
"cdt":{
"target":"3.1.0",
"target":"4",
"prerelease":false
},
"eos-evm-contract":{
"target":"release/1.0",
"prerelease":false
},
"eos-evm-miner":{
"target":"main"
"target":"release/1.0",
"prerelease":false
}
}

0 comments on commit c478efd

Please sign in to comment.