Skip to content

Commit

Permalink
Updating libs (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustela authored Nov 27, 2023
1 parent aefd661 commit a53802b
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 @@ -24,12 +24,12 @@ defmodule Tentacat.Mixfile do

defp deps do
[
{:httpoison, "~> 1.0"},
{:httpoison, "~> 2.0"},
{:jason, "~> 1.2"},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:inch_ex, "~> 0.5", only: :dev},
{:excoveralls, "~> 0.5", only: :test},
{:exvcr, "~> 0.10.3", only: :test},
{:exvcr, "~> 0.10", only: :test},
{:meck, "~> 0.8.9", only: :test}
]
end
Expand Down

0 comments on commit a53802b

Please sign in to comment.