We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cb817 commit c107d65Copy full SHA for c107d65
rebar.config
@@ -5,5 +5,7 @@
5
{src_dirs, ["test", "src"]}
6
]}.
7
{deps, [
8
- {lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.0"}}}
+ {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"}}}
11
0 commit comments