From 0fb32e173fc51080da9fbcaca2e955bff5e52b98 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 6 May 2015 16:59:22 -0500 Subject: use mustache as a dep --- rebar.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rebar.lock') diff --git a/rebar.lock b/rebar.lock index f4afed9..95b949d 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,6 +2,10 @@ {git,"https://github.com/tsloughter/providers.git", {ref,"7563ba7e916d5a35972b25b3aa1945ffe0a8e7a5"}}, 0}, + {<<"mustache">>, + {git,"https://github.com/tsloughter/mustache.git", + {ref,"8ce571f671419ae6178eab8c96574ce0d566c186"}}, + 0}, {<<"getopt">>, {git,"https://github.com/jcomellas/getopt.git", {ref,"626698975e63866156159661d100785d65eab6f9"}}, -- cgit v1.1 From b3d444ef67f91815d4ac12a393b5e905b01ebcc3 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 6 May 2015 19:57:00 -0500 Subject: update mustache for r15 support --- rebar.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.lock') diff --git a/rebar.lock b/rebar.lock index 95b949d..39b3b48 100644 --- a/rebar.lock +++ b/rebar.lock @@ -4,7 +4,7 @@ 0}, {<<"mustache">>, {git,"https://github.com/tsloughter/mustache.git", - {ref,"8ce571f671419ae6178eab8c96574ce0d566c186"}}, + {ref,"fe99ec4fcc4cf3f169d4851b4d1b7b5780b8d464"}}, 0}, {<<"getopt">>, {git,"https://github.com/jcomellas/getopt.git", -- cgit v1.1