From 34c5439206cb4f95bcaeb123db35b5a2842c4208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Tue, 6 Jul 2021 17:36:41 +0200 Subject: [PATCH] Explain why we cannot upgrade yet (https://github.com/parroty/exvcr/issues/153) --- apps/transport/mix.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/transport/mix.exs b/apps/transport/mix.exs index deb08b502f..2a414e8d7a 100644 --- a/apps/transport/mix.exs +++ b/apps/transport/mix.exs @@ -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"},