Repository: couchdb Updated Branches: refs/heads/master 486181f87 -> ff8a67373
Enable cassim by default COUCHDB-2879 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ff8a6737 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ff8a6737 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ff8a6737 Branch: refs/heads/master Commit: ff8a673734b1687abeedb06c6eab032b8a23f2ed Parents: 486181f Author: Alexander Shorin <[email protected]> Authored: Fri Nov 13 02:54:24 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Fri Nov 13 02:54:24 2015 +0300 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff8a6737/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index b5df6db..a7c94c5 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -26,7 +26,7 @@ DepDescs = [ {couch_epi, "couch-epi", "807aa3f58e39f1273e732020c80d630d9177790c"}, %% keep these sorted {b64url, "b64url", "319fc604235ab1fde37047b38a432450161db750"}, -{cassim, "cassim", "9bbfe82125284fa7cb3317079e8bc1dc876a07bf"}, +{cassim, "cassim", "ab1ef1cee5f7b7ec1733e44845c1df99fc7a66a3"}, {couch_log, "couch-log", "fb4157370403c4c97f19d958a51c889950a66a94"}, {couch_log_lager, "couch-log-lager", "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"}, {config, "config", "b2ecd0d47a776256956ce045123423494ff85e8e"},
