Skip to content

Commit

Permalink
Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Nov 22, 2018
1 parent 7e8c59e commit 4c216d7
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 @@ -46,8 +46,8 @@ defmodule OEmbed.Mixfile do
{:exvcr, "~> 0.9", only: :test},
{:inch_ex, ">= 0.0.0", only: :docs},
{:earmark, ">= 0.0.0", only: :dev},
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
{:credo, "~> 0.8", only: [:dev, :test], runtime: false}
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit 4c216d7

Please sign in to comment.