diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-30 20:40:09 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-30 20:40:09 -0500 |
commit | 42d5db5ea367c18c672111466628cb6e38ab464a (patch) | |
tree | 73fb483923139f2fd3f4af59dec156ca29e6e924 /rebar.config | |
parent | 274839a76c3c15ca12621fedc44f87588295a2d3 (diff) | |
parent | 3ed0c5feffb0fea4b8f4e9cfd74472792867eefe (diff) |
Merge pull request #487 from ferd/fix-provider-bareness
fix bareness issues
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index b885002..f1cbd0a 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {branch, "master"}}}, {providers, "", {git, "https://github.com/tsloughter/providers.git", - {tag, "v1.3.1"}}}, + {tag, "v1.4.0"}}}, {relx, "", {git, "https://github.com/erlware/relx.git", {branch, "master"}}}, |