Skip to content

Commit c107d65

Browse files
committed
Added @julianduque's color as a dep.
1 parent 77cb817 commit c107d65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rebar.config

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
{src_dirs, ["test", "src"]}
66
]}.
77
{deps, [
8-
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.0"}}}
8+
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.0"}}},
9+
{color, ".*", {git, "git://github.com/julianduque/erlang-color.git",
10+
{tag, "v0.2.0"}}}
911
]}.

0 commit comments

Comments
 (0)