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/a.rebar.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 inttest/tdeps_update/a.rebar.config (limited to 'inttest/tdeps_update/a.rebar.config') diff --git a/inttest/tdeps_update/a.rebar.config b/inttest/tdeps_update/a.rebar.config new file mode 100644 index 0000000..3b721dc --- /dev/null +++ b/inttest/tdeps_update/a.rebar.config @@ -0,0 +1 @@ +{deps, [{b, "0.2.3", {git, "../repo/b", {tag, "0.2.3"}}}]}. -- cgit v1.1