From e74de95eebecae56b9278e9fda3941410678fedd Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 30 Sep 2013 16:57:50 -0400 Subject: Address review comments and add inttest for update-deps --- inttest/tdeps_update/a4.rebar.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 inttest/tdeps_update/a4.rebar.config (limited to 'inttest/tdeps_update/a4.rebar.config') 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"}}} + ]}. -- cgit v1.1