Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ukita committed Mar 10, 2017
1 parent 49ef18f commit 1bce6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ defmodule Exmoji.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[
{:poison, "~> 2.0"},
{:excoveralls, "~> 0.4", only: :dev},
{:poison, "~> 3.0"},
{:excoveralls, "~> 0.6", only: :dev},
{:benchfella, "~> 0.3", only: :dev},
{:earmark, "~> 0.2", only: :dev},
{:ex_doc, "~> 0.11", only: :dev}
{:earmark, "~> 1.1", only: :dev},
{:ex_doc, "~> 0.14", only: :dev}
]
end

Expand Down

0 comments on commit 1bce6ad

Please sign in to comment.