diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 5fe6e92..2211100 100644 --- a/rebar.config +++ b/rebar.config @@ -3,9 +3,8 @@ {deps, [{rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git", {tag, "master"}}}, - {neotoma, "", - {git, "https://github.com/ericbmerritt/neotoma.git", - {tag, "master"}}}, + {neotoma, ".*", + {git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}}, {erlware_commons, ".*", {git, "https://github.com/erlware/erlware_commons.git", {branch, "next"}}}, |