Skip to content

Commit 7d18914

Browse files
committed
1 parent 229f85f commit 7d18914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config.script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ DepDescs = [
156156

157157
%% %% Non-Erlang deps
158158
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
159-
{tag, "v1.3.2"}, [raw]},
159+
{tag, "v1.3.3"}, [raw]},
160160
{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-6"}},
161161
{jiffy, "jiffy", {tag, "1.1.2"}},
162162
{mochiweb, "mochiweb", {tag, "v3.2.2"}},
@@ -168,7 +168,7 @@ WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}.
168168

169169
OptionalDeps = case WithProper of
170170
true ->
171-
[{proper, {url, "https://github.com/proper-testing/proper"}, "a5ae5669f01143b0828fc21667d4f5e344aa760b"}];
171+
[{proper, {url, "https://github.com/proper-testing/proper"}, "f2a44ee11a238c84403e72ee8ec68e6f65fd7e42"}];
172172
false ->
173173
[]
174174
end.

0 commit comments

Comments
 (0)