Skip to content

Commit

Permalink
Temporary update cowlib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiderkwast committed Oct 28, 2021
1 parent 6b73fb8 commit 9a3d21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = ssl

DEPS = cowlib
dep_cowlib = git https://github.com/ninenines/cowlib 2.11.0
dep_cowlib = git https://github.com/Nordix/cowlib respect-remote-concurrency-limit

DOC_DEPS = asciideck

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.11.0"}}
{cowlib,".*",{git,"https://github.com/Nordix/cowlib","respect-remote-concurrency-limit"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.

0 comments on commit 9a3d21d

Please sign in to comment.