mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
4 lines
131 B
Text
4 lines
131 B
Text
{deps, [
|
|
{b, "0.2.6", {git, "../repo/b", {tag, "0.2.6"}}},
|
|
{f, "0.1", {git, "../repo/f", {tag, "0.1"}}}
|
|
]}.
|