Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit fea5ca3

Browse files
committed
Move mochiweb version to the same version as latest webmachine.
This will avoid dependency resolution problems for projects that use both webmachine and log4erl.
1 parent c44f179 commit fea5ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%% -*- mode: erlang -*-
22

3-
{deps, [{mochiweb, "1.5.*",
3+
{deps, [{mochiweb, "1.5.1",
44
{git, "git://github.com/mochi/mochiweb.git",
5-
{tag, "1.5.2"}}}]}.
5+
{tag, "1.5.1"}}}]}.

0 commit comments

Comments
 (0)