Skip to content

Commit

Permalink
Merge pull request #43 from r8/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dev dependencies
  • Loading branch information
r8 authored May 2, 2021
2 parents 5e56f50 + 6fed972 commit 31690f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ defmodule OEmbed.Mixfile do
{:floki, ">= 0.24.0"},
{:poison, ">= 1.5.0"},
{:exconstructor, ">= 1.0.0"},
{:exvcr, "~> 0.11", only: :test},
{:exvcr, "~> 0.12", only: :test},
{:inch_ex, ">= 0.0.0", only: :docs},
{:earmark, ">= 0.0.0", only: :dev},
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
{:credo, "~> 1.4.0", only: [:dev, :test], runtime: false}
{:ex_doc, "~> 0.24.2", only: :dev, runtime: false},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit 31690f6

Please sign in to comment.