Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Aug 2, 2014
1 parent f291677 commit 840b239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -28,7 +28,7 @@ defmodule ExVCR.Mixfile do
{:httpotion, "~> 0.2", optional: true},
{:httpoison, github: "edgurgel/httpoison", optional: true},
{:excoveralls, "~> 0.3", only: :dev},
{:http_server, github: "parroty/http_server", only: :test}
{:http_server, github: "parroty/http_server", only: [:dev, :test]}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Expand Up @@ -4,7 +4,7 @@
"excoveralls": {:package, "0.3.1"},
"hackney": {:git, "git://github.com/benoitc/hackney.git", "cf90543f9cc21ffea34d71035521b0102b8555cf", [ref: "cf90543f9cc21ffea34d71035521b0102b8555cf"]},
"hackney_lib": {:git, "https://github.com/benoitc/hackney_lib.git", "48a5a3fc64892c95e4e3efdd464f26ca5683d2f9", [tag: "0.3.0"]},
"http_server": {:git, "git://github.com/parroty/http_server.git", "5500514a82de7fd8211ce7013a628847fff11532", []},
"http_server": {:git, "git://github.com/parroty/http_server.git", "debdaee9d3598c01bfd5cd5fabe67c56703698a4", []},
"httpoison": {:git, "git://github.com/edgurgel/httpoison.git", "7f4f32a502d488693b6af469f2b5b5268bb5173c", []},
"httpotion": {:package, "0.2.4"},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "866b0ff5aca229f1ef53653eabc8ed1720c13cd6", [ref: "866b0ff5aca229f1ef53653eabc8ed1720c13cd6"]},
Expand Down

0 comments on commit 840b239

Please sign in to comment.