|
15 | 15 | {deps, [
|
16 | 16 | {lfe, {git, "https://github.com/rvirding/lfe.git", {branch, "develop"}}},
|
17 | 17 | {poise, {git, "https://github.com/lfex/poise.git", {branch, "master"}}},
|
18 |
| - {logjam, {git, "https://github.com/lfex/logjam.git", {tag, "0.5.0-rc2"}}}, |
| 18 | + {logjam, {git, "https://github.com/lfex/logjam.git", {tag, "0.5.0-rc3"}}}, |
19 | 19 | {erlydtl, {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.12.1"}}},
|
20 |
| - {lcfg, {git, "https://github.com/lfex/lcfg.git", {tag, "0.5.0-rc2"}}}, |
| 20 | + {lcfg, {git, "https://github.com/lfex/lcfg.git", {tag, "0.5.0-rc3"}}}, |
21 | 21 | {barista, {git, "https://github.com/lfe-mug/barista.git", {tag, "0.2.2"}}},
|
22 | 22 | {inotify, {git, "https://github.com/erlsci/inotify.git", {branch, "master"}}},
|
23 | 23 | {ltest, {git, "https://github.com/lfex/ltest.git", {tag, "0.10.0-rc6"}}}
|
|
27 | 27 | {'lfe-compile', {git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.8.0-rc3"}}},
|
28 | 28 | {rebar3_erlydtl_plugin, {git, "https://github.com/tsloughter/rebar3_erlydtl_plugin.git",
|
29 | 29 | {branch, "master"}}},
|
30 |
| - {'lfe-test', {git, "https://github.com/lfe-rebar3/test.git", {tag, "0.4.0-rc2"}}} |
| 30 | + {'lfe-test', {git, "https://github.com/lfe-rebar3/test.git", {tag, "0.4.0-rc4"}}} |
31 | 31 | ]}.
|
32 | 32 |
|
33 | 33 | {provider_hooks, [{pre, [{compile, {lfe, compile}},
|
|
0 commit comments