Skip to content

Commit

Permalink
Reorder mix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Mar 27, 2020
1 parent 300dddf commit 804467b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ defmodule ExBitmex.Mixfile do
{:httpoison, "~> 1.0"},
{:jason, "~> 1.1"},
{:mapail, "~> 1.0"},
{:websockex, "~> 0.4"},
{:ex_doc, ">= 0.0.0", only: :dev},
{:dialyxir, "~> 1.0.0-rc.6", only: [:dev], runtime: false},
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},
{:mock, "~> 0.3", only: :test},
{:exvcr, "~> 0.10", only: [:dev, :test]},
{:ex_unit_notifier, "~> 0.1", only: :test},
{:excoveralls, "~> 0.10", only: :test},
{:websockex, "~> 0.4"}
{:excoveralls, "~> 0.1", only: :test}
]
end

Expand Down

0 comments on commit 804467b

Please sign in to comment.