Skip to content

Instantly share code, notes, and snippets.

@RadekMolenda
Last active February 1, 2016 18:58
Show Gist options
  • Save RadekMolenda/b8e1ea40df790bd4174d to your computer and use it in GitHub Desktop.
Save RadekMolenda/b8e1ea40df790bd4174d to your computer and use it in GitHub Desktop.
diff --git a/mix.exs b/mix.exs
index 7790faf..e681ddd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,6 +29,7 @@ defmodule Swarmsimulatorbot.Mixfile do
defp deps do
[
{:hound, "~> 0.8"},
+ {:exvcr, "~> 0.7", only: :test}
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment