From 0939c28e7a19006e0addfe7c7b1f84e25d04f6dd Mon Sep 17 00:00:00 2001 From: Nick Marino Date: Wed, 24 Feb 2016 15:26:36 -0500 Subject: [PATCH] Bump mochiweb version to 2.9.0p2 This pulls in the fix for the spurious 400 errors. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 31447de1..8e5147e9 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {xref_checks, [undefined_function_calls]}. {deps, - [{mochiweb, "2.9.0", {git, "git://github.com/basho/mochiweb.git", {tag, "v2.9.0p1"}}} + [{mochiweb, "2.9.0.*", {git, "git://github.com/basho/mochiweb.git", {tag, "v2.9.0p2"}}} ]}. {dev_only_deps,