-
Notifications
You must be signed in to change notification settings - Fork 6
/
rebar.config.lock
56 lines (54 loc) · 2.6 KB
/
rebar.config.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
%% THIS FILE IS GENERATED. DO NOT EDIT IT MANUALLY %%
{require_otp_vsn,"R1[56]B.*"}.
{erl_dep_retries,10}.
{deps,[{goldrush,".*",
{git,"git://github.com/DeadZen/goldrush.git",
"71e63212f12c25827e0c1b4198d37d5d018a7fec"}},
{lager,".*",
{git,"git://github.com/basho/lager",
"d33ccf3b69de09a628fe38b4d7981bb8671b8a4f"}},
{mochiweb,".*",
{git,"git://github.com/basho/mochiweb.git",
"ade2a9b29a11034eb550c1d79b4f991bf5ca05ba"}},
{webmachine,".*",
{git,"git://github.com/basho/webmachine",
"7677c240f4a7ed020f4bab48278224966bb42311"}},
{opscoderl_wm,".*",
{git,"git://github.com/opscode/opscoderl_wm.git",
"64db62e070da58cf7bb0caebde7a3f11c2e3cbbb"}},
{erlsom,".*",
{git,"git://github.com/opscode/erlsom.git",
"c5ca9fca1257f563d78b048e35ac60832ec80584"}},
{iso8601,".*",
{git,"git://github.com/opscode/erlang_iso8601.git",
"25675e1df8b2bade1fb539cd9a913d61b90468dd"}},
{erlware_commons,".*",
{git,"git://github.com/erlware/erlware_commons.git",
"e7d175d0dbbcfc9b1b93f69cebfbc73c4b937905"}},
{mixer,".*",
{git,"git://github.com/opscode/mixer.git",
"58ded93d5c47675899d8e5e1589270f340ea66c5"}},
{ibrowse,".*",
{git,"git://github.com/opscode/ibrowse",
"8f3f6a3a30730b193cc340a8885a960586dc98de"}},
{envy,".*",
{git,"git://github.com/manderson26/envy.git",
"d62cb227b9000ee866c8bcc724ddf68d87621dea"}},
{mini_s3,".*",
{git,"git://github.com/opscode/mini_s3.git",
"1cf296868077caefa6791f4996145a369c49091b"}},
{eper,".*",
{git,"git://github.com/massemanet/eper.git",
"80e7cd6446d26d2423f2acd37253826bb3152964"}},
{rebar_lock_deps_plugin,".*",
{git,"git://github.com/seth/rebar_lock_deps_plugin.git",
"7a5835029c42b8138325405237ea7e8516a84800"}},
{edown,".*",
{git,"git://github.com/seth/edown.git",
"30a9f7867d615af45783235faa52742d11a9348e"}}]}.
{erl_opts,[debug_info,{parse_transform,lager_transform},warnings_as_errors]}.
{xref_checks,[exports_not_used,undefined_function_calls]}.
{use_lock_deps,true}.
{use_edown,true}.
{plugins,[rebar_lock_deps_plugin]}.
{cover_enabled,true}.