Skip to content

Commit

Permalink
Explain why we cannot upgrade yet (parroty/exvcr#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jul 6, 2021
1 parent c113c06 commit 34c5439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/transport/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ defmodule Transport.Mixfile do
{:cors_plug, "~> 2.0"},
{:exvcr, "~> 0.10", only: :test},
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false},
# NOTE: we cannot upgrade to the very latest (2.2.x) because of
# https://github.com/parroty/exvcr/issues/153#issuecomment-874864317
{:ex_aws, "~> 2.1"},
{:ex_aws_s3, "~> 2.0"},
{:unidecode, "~> 1.0.0"},
Expand Down

0 comments on commit 34c5439

Please sign in to comment.