diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ defmodule CouchDBTest.Mixfile do # Run "mix help deps" to learn about dependencies. defp deps() do [ + {:junit_formatter, "~> 3.0", only: [:dev, :test, :integration]}, {:httpotion, "~> 3.0", only: [:dev, :test, :integration], runtime: false}, {:jiffy, path: Path.expand("src/jiffy", __DIR__)}, {:ibrowse, |