Skip to content

Commit

Permalink
Use parroty's http_server.
Browse files Browse the repository at this point in the history
My changes got pulled in!
  • Loading branch information
MaxPower15 committed Jan 14, 2016
1 parent 26e33d9 commit 7fed08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule ElixirNsq.Mixfile do
{:secure_random, "~> 0.2", only: :test},

# Small HTTP server for running tests
{:http_server, github: "MaxPower15/http_server", tag: "function-response", only: :test},
{:http_server, github: "parroty/http_server", tag: "09ea61f42097483d3e70749be30490004a5df38f", only: :test},
]
end
end
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{"connection": {:hex, :connection, "1.0.1"},
"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"http_server": {:git, "https://github.com/MaxPower15/http_server.git", "a658e62b6dd7d99cb5d3287aa577a5b894de7f07", [tag: "function-response"]},
"http_server": {:git, "https://github.com/parroty/http_server.git", "09ea61f42097483d3e70749be30490004a5df38f", [tag: "09ea61f42097483d3e70749be30490004a5df38f"]},
"httpotion": {:hex, :httpotion, "2.1.0"},
"ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
"poison": {:hex, :poison, "1.5.0"},
Expand Down

0 comments on commit 7fed08a

Please sign in to comment.