Skip to content

Commit

Permalink
Merge pull request webmachine#342 from beerriot/mochiweb-v3.2.1
Browse files Browse the repository at this point in the history
update mochiweb dep to get upstream 0.0 matching fix
  • Loading branch information
beerriot authored Oct 22, 2023
2 parents 530c1d1 + 0cfa0b0 commit 7bdd27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{xref_checks, [undefined_function_calls]}.

{deps, [{mochiweb, "3.1.1", {git, "https://github.com/mochi/mochiweb.git", {tag, "v3.1.1"}}}]}.
{deps, [{mochiweb, "3.2.1", {git, "https://github.com/mochi/mochiweb.git", {tag, "v3.2.1"}}}]}.

{eunit_opts, [
no_tty,
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[{<<"mochiweb">>,
{git,"https://github.com/mochi/mochiweb.git",
{ref,"7c4d3110b1889a5d58eb4dda2b1ddbb5645df3e9"}},
{ref,"897f22f6720cf369547d1303888b46b5a00e00b4"}},
0}].

0 comments on commit 7bdd27d

Please sign in to comment.