Skip to content

Commit a3299cf

Browse files
committed
update stun version
1 parent 8ae7ad0 commit a3299cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
%% need to explicitly set fast_tls or stun trips
99
{fast_tls, {git, "https://github.com/processone/fast_tls", {tag, "1.0.17"}}},
10-
{stun, {git, "https://github.com/processone/stun.git", {ref, "564d57"}}}
10+
{stun, {git, "https://github.com/processone/stun.git", {ref, "0ccce8"}}}
1111
]}.
1212

1313
{ct_opts, [{sys_config, "conf/test.config"}]}.

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{<<"ranch">>,{pkg,<<"ranch">>,<<"1.4.0">>},1},
1313
{<<"stun">>,
1414
{git,"https://github.com/processone/stun.git",
15-
{ref,"564d571671eda0775caa662554caaafc2c22f813"}},
15+
{ref,"0ccce84e1d4b74bfa533fcb3f6e5f887df54bff3"}},
1616
0},
1717
{<<"syn">>,{pkg,<<"syn">>,<<"1.6.1">>},0}]}.
1818
[

0 commit comments

Comments
 (0)