Skip to content

Commit

Permalink
try to minimize test dependencies #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruBurlacu committed Sep 15, 2017
1 parent d475110 commit a09a8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -25,8 +25,8 @@ defmodule ElixirDocker.Mixfile do
[
{:cowboy, "~> 1.1.2"},
{:plug, "~> 1.3.4"},
{:postgrex, ">= 0.0.0", only: :dev},
{:ecto, "~> 2.0.0-beta", only: :dev},
{:postgrex, ">= 0.0.0"},
{:ecto, "~> 2.0.0-beta"},
{:httpotion, "~> 2.1.0"},
{:poison, "~> 1.5"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
Expand Down

0 comments on commit a09a8e2

Please sign in to comment.