|
1 | 1 | %% -*- mode:erlang -*-
|
2 | 2 | {minimum_otp_vsn, "21.0"}.
|
3 | 3 |
|
4 |
| -{deps, [{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}}, |
5 |
| - {eetcd, {git, "https://github.com/zhongwencool/eetcd", {tag, "v0.3.4"}}}, |
6 |
| - {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.0"}}}, |
| 4 | +{deps, [{jsone, "1.9.0"}, |
| 5 | + {eetcd, {git, "https://github.com/zhongwencool/eetcd", {tag, "v0.5.0"}}}, |
| 6 | + {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.10"}}}, |
7 | 7 | {mria, {git, "https://github.com/emqx/mria", {tag, "0.8.11"}}}
|
8 | 8 | ]}.
|
9 | 9 |
|
|
31 | 31 |
|
32 | 32 | {dialyzer,
|
33 | 33 | [{warnings, [unknown]},
|
34 |
| - {plt_extra_apps, [jiffy, mria]} |
| 34 | + {plt_extra_apps, [mria]} |
35 | 35 | ]}.
|
36 | 36 |
|
37 | 37 | {profiles,
|
38 | 38 | [{test,
|
39 | 39 | [{plugins, [{coveralls, {git, "https://github.com/emqx/coveralls-erl", {branch, "github"}}}]},
|
40 |
| - {deps, [{meck, "0.8.13"}, |
| 40 | + {deps, [{meck, "1.0.0"}, |
41 | 41 | {proper, "1.3.0"}
|
42 | 42 | ]},
|
43 | 43 | {erl_opts, [debug_info]},
|
|
0 commit comments