diff options
Diffstat (limited to 'inttest/tdeps_update/a4.rebar.config')
-rw-r--r-- | inttest/tdeps_update/a4.rebar.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inttest/tdeps_update/a4.rebar.config b/inttest/tdeps_update/a4.rebar.config new file mode 100644 index 0000000..bfba813 --- /dev/null +++ b/inttest/tdeps_update/a4.rebar.config @@ -0,0 +1,4 @@ +{deps, [ + {b, "0.2.6", {git, "../repo/b", {tag, "0.2.6"}}}, + {f, "0.1", {git, "../repo/f", {tag, "0.1"}}} + ]}. |