Repository: couchdb Updated Branches: refs/heads/1843-feature-bigcouch c278eb132 -> 698b19565
support erlang 17.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/698b1956 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/698b1956 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/698b1956 Branch: refs/heads/1843-feature-bigcouch Commit: 698b195657377941a1d2853628d4ab761d207d83 Parents: c278eb1 Author: Robert Newson <[email protected]> Authored: Sun Apr 27 17:54:12 2014 +0100 Committer: Robert Newson <[email protected]> Committed: Sun Apr 27 17:54:12 2014 +0100 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/698b1956/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index cf77652..de5de38 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -42,7 +42,7 @@ MakeDep = fun({AppName, RepoName, Version}) -> end, AddConfig = [ - {require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16"}, + {require_otp_vsn, "R14B01|R14B03|R14B04|R15B02|R15B03|R16|17"}, {deps_dir, "src"}, {deps, lists:map(MakeDep, DepDescs)}, {sub_dirs, ["rel"]},
