Skip to content

Commit

Permalink
Order dependencies by alphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Apr 15, 2021
1 parent 63244ff commit f99c162
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ defmodule NimbleTemplate.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:phoenix, "~> 1.5.7"},
{:jason, "~> 1.2"},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:httpoison, "~> 1.7"},
{:jason, "~> 1.2"},
{:mimic, "~> 1.3", only: :test},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.23", only: :dev, runtime: false}
{:phoenix, "~> 1.5.7"}
]
end

Expand Down

0 comments on commit f99c162

Please sign in to comment.