Skip to content

Commit

Permalink
Bump Mochiweb version
Browse files Browse the repository at this point in the history
Older versions of Mochiweb do not quote the 'maybe' keyword,
causing build failures on recent Erlang versions.
  • Loading branch information
blacklight authored Sep 18, 2024
1 parent 01f9232 commit 7fcc45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 7fcc45b

Please sign in to comment.