Skip to content

Commit

Permalink
Fixes #36: eper version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides committed Aug 16, 2013
1 parent 941309a commit cc96818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,5 +1,5 @@
{deps, [{lager, "2.0.0", {git, "git://github.com/basho/lager.git", "master"}},
{eper, "0.60", {git, "git://github.com/mhald/eper.git", "HEAD"}},
{eper, "0.*", {git, "git@github.com:massemanet/eper.git", "master"}},

This comment has been minimized.

Copy link
@kolyanu4

kolyanu4 Aug 21, 2013

Looks like you have done a mistake and there should be
{eper, "0.*", {git, "git://github.com/massemanet/eper.git", "master"}},

This comment has been minimized.

Copy link
@elbrujohalcon

elbrujohalcon Aug 21, 2013

Collaborator

It worked for me, but please change it and sumbit a PR. Thanks

{erldis, "\.*", {git, "git://github.com/inaka/erldis.git", "master"}},
{eleveldb, "\.*", {git, "git://github.com/inaka/eleveldb.git", "master"}},
{hanoidb, "\.*", {git, "git://github.com/basho-labs/hanoidb.git", "master"}}]}.
Expand Down

0 comments on commit cc96818

Please sign in to comment.