diff --git a/rebar.config b/rebar.config index 70c4d96..5f1ccef 100644 --- a/rebar.config +++ b/rebar.config @@ -5,8 +5,8 @@ {src_dirs, ["test"]} ]}. {deps, [ - {lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.2"}}}, - {lutil, ".*", {git, "git://github.com/lfex/lutil.git", {tag, "0.6.6"}}}, - {ltest, ".*", {git, "git://github.com/lfex/ltest.git", {tag, "0.6.3"}}}, - {yaws, ".*", {git, "git://github.com/klacke/yaws.git", {tag, "yaws-2.0"}}} + {lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.10.0"}}}, + {lutil, ".*", {git, "git://github.com/lfex/lutil.git", {tag, "0.6.67}}}, + {ltest, ".*", {git, "git://github.com/lfex/ltest.git", {tag, "0.6.4"}}}, + {yaws, ".*", {git, "git://github.com/klacke/yaws.git", {tag, "yaws-2.0.1"}}} ]}.