diff options
author | Tony Sun <tony.sun427@gmail.com> | 2019-02-25 14:06:32 -0800 |
---|---|---|
committer | Tony Sun <tony.sun427@gmail.com> | 2019-02-25 14:06:32 -0800 |
commit | 13104aabe5a9b8e2e5473c0c7c3a85951fcf8361 (patch) | |
tree | bb8b4145eda17f03f38fe7bf8ee98df014dae4e8 /rebar.config.script | |
parent | c90c453648df5c7a4cfd7d2fb9d29fab95883391 (diff) | |
download | couchdb-13104aabe5a9b8e2e5473c0c7c3a85951fcf8361.tar.gz |
upgrade ken to 1.0.3
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 7d85abb34..1c007f986 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -93,7 +93,7 @@ DepDescs = [ {ioq, "ioq", {tag, "2.0.0"}}, {hqueue, "hqueue", {tag, "1.0.0"}}, {smoosh, "smoosh", {tag, "1.0.0"}}, -{ken, "ken", {tag, "1.0.0"}}, +{ken, "ken", {tag, "1.0.3"}}, %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, |