Skip to content

Commit

Permalink
Fix package spec for uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Oct 1, 2017
1 parent 291f2bd commit 5efaaad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire, [{dir,"."}]}}]}.
{deps, [
{uuid_erl, "~>1.7.0"},
{uuid, "~>1.7.0", {pkg, uuid_erl}},
{quickrand, "~>1.7.0"},
{jsone, "~>1.4.0"},
{lager, "~>3.5.0"}
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"jsone">>,{pkg,<<"jsone">>,<<"1.4.5">>},0},
{<<"lager">>,{pkg,<<"lager">>,<<"3.5.1">>},0},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.7.1">>},0},
{<<"quickrand">>,{pkg,<<"quickrand">>,<<"1.7.2">>},0},
{<<"uuid">>,{pkg,<<"uuid_erl">>,<<"1.7.2">>},0}]}.
[
{pkg_hash,[
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
{<<"jsone">>, <<"547AEFEC1C67FE3283F77BAC4DAF85F3F593002764F768FAAA423875A51A2320">>},
{<<"lager">>, <<"63897A61AF646C59BB928FEE9756CE8BDD02D5A1A2F3551D4A5E38386C2CC071">>},
{<<"quickrand">>, <<"B0C2A41D08C955F055C44BED357660DE443CD9068A33ABA530076910B7333659">>},
{<<"quickrand">>, <<"E856F3C69FEC00D1ACCA8E56CB452B650E838D3A9720811410F439121EFAFE59">>},
{<<"uuid">>, <<"D596C8DD01A4AE48B9D8D51832CCC8F8302BF67ACD01336AEC3FCFAE6B9D2BC2">>}]}
].

0 comments on commit 5efaaad

Please sign in to comment.