aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-11-27 10:51:08 -0800
committerGitHub <[email protected]>2016-11-27 10:51:08 -0800
commit3d9059c1082f057d06b4936c67a93d007057aa59 (patch)
tree6749b555e43fef61fdcb2e3790772e058d69feb2 /rebar.config
parentcfd01f54eca90b3ca38ca7a16b64991c64eff540 (diff)
parent1587e7aaab1a72f48b2c974fde45f00714a3d59c (diff)
downloadrelx-3d9059c1082f057d06b4936c67a93d007057aa59.tar.gz
relx-3d9059c1082f057d06b4936c67a93d007057aa59.tar.bz2
relx-3d9059c1082f057d06b4936c67a93d007057aa59.zip
Merge pull request #545 from lrascao/feature/bump_cf
Bump cf to 0.2.2
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 5cdd869..9a8caaa 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,7 +3,7 @@
{deps, [{erlware_commons, "0.21.0"},
{providers, "1.6.0"},
{getopt, "0.8.2"},
- {cf, "0.2.1"},
+ {cf, "0.2.2"},
{bbmustache, "1.0.4"}
]}.