Skip to content

Commit 427a489

Browse files
authored
Update to gun v2.2.0 (#200)
* Update to gun v2.2.0 * update rebar.lock * update rebar lock and test
1 parent 007af89 commit 427a489

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

rebar.config

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,14 @@
6464

6565
%% == Dependencies ==
6666

67-
{deps, [{gun, "2.1.0"}]}.
67+
{deps, [{gun, "2.2.0"}]}.
68+
{overrides,
69+
[
70+
{override, gun,
71+
[{deps, [cowlib]}]
72+
}
73+
]
74+
}.
6875

6976
%% == Dialyzer ==
7077

rebar.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"1.2.0",
2-
[{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.13.0">>},1},
3-
{<<"gun">>,{pkg,<<"gun">>,<<"2.1.0">>},0}]}.
2+
[{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.15.0">>},1},
3+
{<<"gun">>,{pkg,<<"gun">>,<<"2.2.0">>},0}]}.
44
[
55
{pkg_hash,[
6-
{<<"cowlib">>, <<"DB8F7505D8332D98EF50A3EF34B34C1AFDDEC7506E4EE4DD4A3A266285D282CA">>},
7-
{<<"gun">>, <<"B4E4CBBF3026D21981C447E9E7CA856766046EFF693720BA43114D7F5DE36E87">>}]},
6+
{<<"cowlib">>, <<"3C97A318A933962D1C12B96AB7C1D728267D2C523C25A5B57B0F93392B6E9E25">>},
7+
{<<"gun">>, <<"B8F6B7D417E277D4C2B0DC3C07DFDF892447B087F1CC1CAFF9C0F556B884E33D">>}]},
88
{pkg_hash_ext,[
9-
{<<"cowlib">>, <<"E1E1284DC3FC030A64B1AD0D8382AE7E99DA46C3246B815318A4B848873800A4">>},
10-
{<<"gun">>, <<"52FC7FC246BFC3B00E01AEA1C2854C70A366348574AB50C57DFE796D24A0101D">>}]}
9+
{<<"cowlib">>, <<"4F00C879A64B4FE7C8FCB42A4281925E9FFDB928820B03C3AD325A617E857532">>},
10+
{<<"gun">>, <<"76022700C64287FEB4DF93A1795CFF6741B83FB37415C40C34C38D2A4645261A">>}]}
1111
].

0 commit comments

Comments
 (0)