Skip to content

Commit e74e8ad

Browse files
authored
Merge pull request #1 from OpenRiak/nhse-o32-meshupdate
Update meck to OpenRiak
2 parents 1fcc4fb + f6092a4 commit e74e8ad

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

rebar.config

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,20 @@
3434
{test,
3535
[
3636
{deps,
37-
[meck,
38-
{cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "openriak-3.2"}}}
37+
[
38+
{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}},
39+
{cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "openriak-3.2"}}}
3940
]},
4041
{eunit_opts, [verbose]}
4142
]},
4243
{eqc,
4344
[
4445
{deps,
45-
[meck, {faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "openriak-3.2"}}}]},
46+
[
47+
{meck, {git, "https://github.com/OpenRiak/meck.git", {branch, "openriak-3.2"}}},
48+
{faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "openriak-3.2"}}}
49+
]
50+
},
4651
{overrides,
4752
[{override, faulterl, [
4853
{plugins, [pc]},

0 commit comments

Comments
 (0)