Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade exjsx and exvcr #138

Merged
merged 1 commit into from
Dec 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ defmodule Tentacat.Mixfile do

defp deps do
[ {:httpoison, "~> 0.8"},
{:exjsx, "~> 3.2"},
{:exjsx, "~> 4.0"},
{:earmark, "~> 0.2.1", only: :dev},
{:ex_doc, "~> 0.11.4", only: :dev},
{:inch_ex, "~> 0.5", only: :dev},
{:excoveralls, "~> 0.5", only: :test},
{:exvcr, "~> 0.8", only: :test} ,
{:exvcr, "~> 0.9.1", only: :test},
{:meck, "~> 0.8.9", only: :test} ]
end

Expand Down