Skip to content

Commit e4b2cf2

Browse files
committed
Updated to latest deps.
1 parent a974fdc commit e4b2cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rebar.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
{deps, [
1616
{lfe, {git, "https://github.com/rvirding/lfe.git", {branch, "develop"}}},
1717
{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"}}},
1919
{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"}}},
2121
{barista, {git, "https://github.com/lfe-mug/barista.git", {tag, "0.2.2"}}},
2222
{inotify, {git, "https://github.com/erlsci/inotify.git", {branch, "master"}}},
2323
{ltest, {git, "https://github.com/lfex/ltest.git", {tag, "0.10.0-rc6"}}}
@@ -27,7 +27,7 @@
2727
{'lfe-compile', {git, "https://github.com/lfe-rebar3/compile.git", {tag, "0.8.0-rc3"}}},
2828
{rebar3_erlydtl_plugin, {git, "https://github.com/tsloughter/rebar3_erlydtl_plugin.git",
2929
{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"}}}
3131
]}.
3232

3333
{provider_hooks, [{pre, [{compile, {lfe, compile}},

0 commit comments

Comments
 (0)