Skip to content

Commit

Permalink
Upgrade ex_doc and earmark to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Feb 13, 2016
1 parent 4d976d5 commit 92b2ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ defmodule Thrift.Mixfile do
end

defp deps do
[{:ex_doc, "~> 0.10", only: :dev},
{:earmark, "~> 0.1", only: :dev},
[{:ex_doc, "~> 0.11.4", only: :dev},
{:earmark, "~> 0.2.1", only: :dev},
{:excoveralls, github: "parroty/excoveralls", tag: "v0.4.6", override: true, only: :test}]
end

Expand Down

0 comments on commit 92b2ff4

Please sign in to comment.