From 1f0757b38469648d7fc1a73cbb60deb7ca4f6fe2 Mon Sep 17 00:00:00 2001 From: Sam Warters Date: Fri, 12 Nov 2021 13:42:44 -0600 Subject: [PATCH] Upgrade mochiweb to latest version The newest version of mochiweb has fixes in it to work with erlang 23+. Upgrading the to the latest version will make webmachine more compatible as well. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index df0eb5e6..3e878eb3 100644 --- a/rebar.config +++ b/rebar.config @@ -5,7 +5,7 @@ {xref_checks, [undefined_function_calls]}. -{deps, [{mochiweb, {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.20.0"}}}]}. +{deps, [{mochiweb, "2.22.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.22.0"}}}]}. {eunit_opts, [ no_tty,