diff --git a/rebar.config b/rebar.config index b71d329..e27bcaf 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {image, ""}, {stylesheet, ""}]}. -{deps, [{edown, ".*", - {git, "git://github.com/esl/edown.git", "35f8296a25"}}, - {neotoma, "1.5", - {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.5-stable"}}}]}. +{deps, [{edown, "0.8.1", + {git, "git://github.com/uwiger/edown.git", {tag, "0.8.1"}}}, + {neotoma, "1.7.4", + {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.4"}}}]}.