summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2022-06-11 14:18:54 +0200
committerRonny Berndt <ronny@apache.org>2022-06-13 06:48:27 +0200
commit592837abc8b07f9b28898fa91c31658e2beecfc4 (patch)
treecfcc76a67f8e1873cf80b5e506e7fe30bb49efef /rebar.config.script
parent17d359b0416c4f133950415bb40c7f30eac600f8 (diff)
downloadcouchdb-592837abc8b07f9b28898fa91c31658e2beecfc4.tar.gz
Add Erlang 25 support
Before merging this PR, PR #16 in couchdb-snappy needs to get merged and tagged with CouchDB-1.0.8
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 31855098b..44c4d61b1 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -150,7 +150,7 @@ DepDescs = [
{b64url, "b64url", {tag, "1.0.3"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
-{snappy, "snappy", {tag, "CouchDB-1.0.7"}},
+{snappy, "snappy", {tag, "CouchDB-1.0.8"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
@@ -192,7 +192,7 @@ MakeDep = fun
end.
AddConfig = [
- {require_otp_vsn, "20|21|22|23|24"},
+ {require_otp_vsn, "20|21|22|23|24|25"},
{deps_dir, "src"},
{deps, lists:map(MakeDep, DepDescs ++ OptionalDeps)},
{sub_dirs, SubDirs},