Skip to content

Commit

Permalink
Update uuid dep to 1.5.1.1
Browse files Browse the repository at this point in the history
Avoid compilation error due to use of now/0.
  • Loading branch information
msantos committed Jun 11, 2016
1 parent 427c997 commit 21ea769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,7 +1,7 @@
{deps, [
{procket, ".*", {git, "git://github.com/msantos/procket.git", {tag,"0.5.1"}}},
{erpcgen, ".*", {git, "git://github.com/msantos/erpcgen.git", "master"}},
{uuid, ".*", {git, "git://github.com/okeuday/uuid.git", {tag,"v1.4.0"}}}
{uuid, ".*", {git, "git://github.com/okeuday/uuid.git", {tag,"v1.5.1.1"}}}
]}.

{pre_hooks, [
Expand Down

0 comments on commit 21ea769

Please sign in to comment.