From 287924f760883778db38dcce9a707b43fe3b80bc Mon Sep 17 00:00:00 2001 From: archimed-shaman Date: Mon, 27 Oct 2014 14:51:18 +0300 Subject: [PATCH] fixed dependencies --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 6e00a78..0ca6186 100644 --- a/rebar.config +++ b/rebar.config @@ -2,8 +2,8 @@ {erl_opts,[debug_info]}. {deps_dir, ["deps"]}. {deps, [{syslog, ".*", {git, "git://github.com/Vagabond/erlang-syslog.git", {branch, "master"}}}, - {parse_trans, "2.7", {git, "git://github.com/esl/parse_trans.git", {tag, "2.7"}}}, - {edown, "0.3.1", {git, "https://github.com/esl/edown.git", {tag, "0.3.1"}}}]}. + {parse_trans, ".*", {git, "git://github.com/esl/parse_trans.git", {tag, "2.7"}}}, + {edown, ".*", {git, "https://github.com/esl/edown.git", {tag, "0.3.1"}}}]}. {cover_enabled, true}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. {edoc_opts, [{doclet, edown_doclet},