summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarren Smith <garren.smith@gmail.com>2020-07-13 14:47:14 +0200
committerGarren Smith <garren.smith@gmail.com>2020-07-13 15:01:29 +0200
commit9e8629a3ac2dadf25d938be5f5aa31096bf8f622 (patch)
treed0609ab8ce87ebe8f8f61b5fc83ccf7a1cceb6bf
parent6e507b74b9a36ce56da80b64a2edad60d8712449 (diff)
downloadcouchdb-9e8629a3ac2dadf25d938be5f5aa31096bf8f622.tar.gz
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"}}}
]}.