summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-06-21 12:15:52 -0500
committerTristan Sloughter <t@crashfast.com>2015-06-21 16:34:51 -0500
commit5866742dd88b89aa0d9bf9618b22e28268500703 (patch)
tree9c68c85ff3e744c16ff3761cade35e0bfdeb73c4 /rebar.config
parent4acd8e01510a6ff387dfae499c1d2e863945d3f7 (diff)
use bbmustache package
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config17
1 files changed, 4 insertions, 13 deletions
diff --git a/rebar.config b/rebar.config
index d68f195..895c78b 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,20 +2,12 @@
%% ex: ts=4 sw=4 ft=erlang et
{deps, [
- {erlware_commons, "",
- {git, "https://github.com/erlware/erlware_commons.git",
- {branch, "master"}}},
- {providers, "",
- {git, "https://github.com/tsloughter/providers.git",
- {tag, "v1.4.0"}}},
+ {erlware_commons, "0.12.0"},
+ {providers, "1.4.1"},
+ {getopt, "0.8.2"},
+ {bbmustache, "1.0.0"},
{relx, "",
{git, "https://github.com/erlware/relx.git",
- {branch, "master"}}},
- {mustache, ".*",
- {git, "https://github.com/soranoba/mustache.git",
- {tag, "v0.3.0"}}},
- {getopt, "",
- {git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.
{escript_name, rebar3}.
@@ -41,7 +33,6 @@
{erl_opts, [debug_info]}
]},
- %% We don't want erlydtl to attempt to run on the first compile pass to bootstrap
{bootstrap, []}
]}.