diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-04 21:13:24 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-04 21:13:24 -0500 |
commit | a99344a47066dd26b02cf34e84c15aa2f6f4dbe5 (patch) | |
tree | decea5eb0ec74ce37a2a62d012b36d139b483bad /rebar.config | |
parent | d95da874cd9831f238e0c91c74b32ff4549dba59 (diff) | |
parent | 60f7474632000aa052ee4d5cea2eb7fbc094cc74 (diff) |
Merge pull request #315 from ferd/fix-ns-help
Fix ns help
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 3997d8d..8d64b5d 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {branch, "master"}}}, {providers, "", {git, "https://github.com/tsloughter/providers.git", - {tag, "v1.3.0"}}}, + {tag, "v1.3.1"}}}, {erlydtl, ".*", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.10.0"}}}, |