Skip to content

Commit f567083

Browse files
authored
Merge pull request webmachine#309 from samwar/upgrade-mochiweb
Upgrade mochiweb to latest version
2 parents 518c94d + 1f0757b commit f567083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{xref_checks, [undefined_function_calls]}.
77

8-
{deps, [{mochiweb, {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.20.0"}}}]}.
8+
{deps, [{mochiweb, "2.22.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.22.0"}}}]}.
99

1010
{eunit_opts, [
1111
no_tty,

0 commit comments

Comments
 (0)