mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Use Elixir's 'v1.0' branch
The stable Elixir releases are currently built from the 'v1.0' branch, so let's use that.
This commit is contained in:
parent
d8b048663d
commit
3dd3044ab8
@ -97,7 +97,9 @@ CfgDeps = lists:flatmap(
|
||||
[{jiffy, ".*", {git, "git://github.com/davisp/jiffy"}}];
|
||||
({elixir, true}) ->
|
||||
[{rebar_elixir_plugin, ".*", {git, "git://github.com/yrashk/rebar_elixir_plugin"}},
|
||||
{elixir, "1.1.*", {git, "git://github.com/elixir-lang/elixir"}}];
|
||||
{elixir, ".*",
|
||||
{git, "git://github.com/elixir-lang/elixir",
|
||||
{branch, "v1.0"}}}];
|
||||
({iconv, true}) ->
|
||||
[{p1_iconv, ".*", {git, "git://github.com/processone/eiconv"}}];
|
||||
({lager, true}) ->
|
||||
|
Loading…
Reference in New Issue
Block a user