summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-07-13 14:02:37 +0100
committerGitHub Enterprise <noreply@github.ibm.com>2020-07-13 14:02:37 +0100
commit11e5b559654493db738128008ac1a17d6087e439 (patch)
treed0609ab8ce87ebe8f8f61b5fc83ccf7a1cceb6bf
parent6e507b74b9a36ce56da80b64a2edad60d8712449 (diff)
parent9e8629a3ac2dadf25d938be5f5aa31096bf8f622 (diff)
downloadcouchdb-11e5b559654493db738128008ac1a17d6087e439.tar.gz
Merge pull request #23 from cloudant/rebar-config-fix
adjust rebar.config to work with rebar2 and rebar3
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index b9dfae661..c9750ce96 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{cover_enabled, true}.
{deps, [
- {erlfdb, {git, "https://github.com/apache/couchdb-erlfdb", {tag, "v1.2.2"}}}
+ {erlfdb, ".*", {git, "https://github.com/apache/couchdb-erlfdb", {tag, "v1.2.2"}}}
]}.