This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eNet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 修改依赖地址
master
SisMaker
3 years ago
parent
7b4403f6c4
commit
c63a7522eb
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -1,6 +1,6 @@
{erl_opts, [{i, "include"}, warn_unused_vars, warn_shadow_vars, warn_unused_import, warn_obsolete_guard, debug_info]}.
{erl_opts, [{i, "include"}, warn_unused_vars, warn_shadow_vars, warn_unused_import, warn_obsolete_guard, debug_info]}.
{deps, [
{deps, [
{eSync, ".*", {git, "http://
47.108.26.175
:53000/SisMaker/eSync.git", {branch, "master"}}}
{eSync, ".*", {git, "http://
http://sismaker.tpddns.cn
:53000/SisMaker/eSync.git", {branch, "master"}}}
]}.
]}.
Write
Preview
Loading…
Cancel
Save