summaryrefslogtreecommitdiff
path: root/inttest/tdeps_update/a4.rebar.config
blob: bfba813467f603e82921fdcf512add365f592691 (plain)
1
2
3
4
{deps, [
        {b, "0.2.6", {git, "../repo/b", {tag, "0.2.6"}}},
        {f, "0.1", {git, "../repo/f", {tag, "0.1"}}}
       ]}.