Skip to content

Commit

Permalink
adds Hex package for newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Apr 29, 2016
1 parent a4f6d6e commit c922606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule NewRelixir.Mixfile do
defp deps do
[{:phoenix, "~> 1.1"},
{:ecto, "~> 1.1"},
{:newrelic, git: "https://github.com/wooga/newrelic-erlang.git"},
{:newrelic, "~> 0.1.0"},
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.11", only: :dev}]
end
Expand Down

0 comments on commit c922606

Please sign in to comment.