This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Pin the goldrush dep to a SHA
pull/134/merge
Andrew Thompson
12 years ago
parent
9bb64413e8
commit
9bf137d466
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -2,7 +2,7 @@
{erl_first_files, ["src/lager_util.erl"]}.
{deps, [
{goldrush, ".*",
{git, "git://github.com/DeadZen/goldrush.git",
"master"
}}
{git, "git://github.com/DeadZen/goldrush.git",
{tag, "7ff9b03"}
}}
]}.
{cover_enabled, true}.
Write
Preview
Loading…
Cancel
Save