1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Use meck hex package

This commit is contained in:
Eduardo Gurgel 2014-08-20 23:36:20 +12:00
parent bcce12b74c
commit dab911409d
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ defmodule Httparrot.Mixfile do
defp deps do
[ {:cowboy, "~> 1.0.0"},
{:jsex, "~> 2.0"},
{:meck, github: "eproxus/meck", tag: "0.8.2", only: :test } ]
{:meck, "~> 0.8.2", only: :test } ]
end
defp package do

View file

@ -2,5 +2,5 @@
"cowlib": {:package, "1.0.0"},
"jsex": {:package, "2.0.0"},
"jsx": {:package, "2.0.2"},
"meck": {:git, "git://github.com/eproxus/meck.git", "dde759050eff19a1a80fd854d7375174b191665d", [tag: "0.8.2"]},
"meck": {:package, "0.8.2"},
"ranch": {:package, "1.0.0"}}