From 7fcc45babc9156a3c72eb3fb2c69a173dd7bb51d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 18 Sep 2024 07:37:58 +0200 Subject: [PATCH] Bump Mochiweb version Older versions of Mochiweb do not quote the 'maybe' keyword, causing build failures on recent Erlang versions. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 53a033e..bd856fa 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule M51.MixProject do defp deps do [ # only using :mochiweb_html - {:mochiweb, "~> 2.22"}, + {:mochiweb, "~> 3.2.2"}, {:jason, "~> 1.2"}, {:httpoison, "~> 1.7"}, {:mox, "~> 1.0.0", only: :test}