aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-01-05 17:27:24 -0600
committerTristan Sloughter <[email protected]>2016-01-05 17:27:24 -0600
commitf0c15cab4bfa00219e87f9c7e88debcfdcb7e708 (patch)
treeff95c44de544ec7cd8fce9bd2bd5f55f1fc16fd4 /rebar.config
parentdfebf6dbbab497b61190b8ea153af1ef2b4b7ee4 (diff)
downloadrelx-f0c15cab4bfa00219e87f9c7e88debcfdcb7e708.tar.gz
relx-f0c15cab4bfa00219e87f9c7e88debcfdcb7e708.tar.bz2
relx-f0c15cab4bfa00219e87f9c7e88debcfdcb7e708.zip
add cf as a direct dependencyv3.11.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 26f715e..e27b07c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,6 +3,7 @@
{deps, [{erlware_commons, "0.18.0"},
{providers, "1.6.0"},
{getopt, "0.8.2"},
+ {cf, "0.2.1"},
{bbmustache, "1.0.4"}
]}.