Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Sep 11, 2014
1 parent 7c17edc commit b577bdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule ExVCR.Mixfile do
def deps do
[
{:meck, "~> 0.8.2"},
{:exactor, "~> 0.3"},
{:exactor, "~> 0.7"},
{:jsex, "~> 2.0"},
{:ibrowse, github: "cmullaparthi/ibrowse", optional: true},
{:httpotion, "~> 0.2", optional: true},
Expand Down
8 changes: 4 additions & 4 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
%{"cowboy": {:git, "git://github.com/extend/cowboy.git", "db52494371ea249f38d51108c7d79cf487ff6374", [tag: "0.9.0"]},
"cowlib": {:git, "git://github.com/extend/cowlib.git", "63298e8e160031a70efff86a1acde7e7db1fcda6", [ref: "0.4.0"]},
"exactor": {:package, "0.6.0"},
"excoveralls": {:package, "0.3.2"},
"exactor": {:package, "0.7.0"},
"excoveralls": {:package, "0.3.3"},
"hackney": {:package, "0.13.1"},
"http_server": {:git, "git://github.com/parroty/http_server.git", "fbc68ed552996e0d38863e8f9e59dfd64df43d88", []},
"httpoison": {:package, "0.4.1"},
"httpoison": {:package, "0.4.2"},
"httpotion": {:package, "0.2.4"},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "fae777f86d31407c4442a37f8017f6f2ea6c0a22", []},
"idna": {:package, "1.0.1"},
"jsex": {:package, "2.0.0"},
"jsx": {:package, "2.0.4"},
"jsx": {:package, "2.1.1"},
"meck": {:package, "0.8.2"},
"ranch": {:git, "git://github.com/extend/ranch.git", "5df1f222f94e08abdcab7084f5e13027143cc222", [ref: "0.9.0"]}}

0 comments on commit b577bdf

Please sign in to comment.