Skip to content

Commit

Permalink
Update cowlib to 2.13.0-nordix2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed May 14, 2024
1 parent 5ee9c20 commit 3b5e786
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 @@ -15,7 +15,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = public_key ssl

DEPS = cowlib
dep_cowlib = git https://github.com/Nordix/cowlib 2.13.0-nordix1
dep_cowlib = git https://github.com/Nordix/cowlib 2.13.0-nordix2

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/Nordix/cowlib","2.13.0-nordix1"}}
{cowlib,".*",{git,"https://github.com/Nordix/cowlib","2.13.0-nordix2"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.

0 comments on commit 3b5e786

Please sign in to comment.