Skip to content

Commit

Permalink
cleanup(ex/mix): sort dependencies (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack authored Sep 26, 2024
1 parent 1276459 commit 0f6d31a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,31 @@ defmodule Skate.MixProject do
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:diskusage_logger, "~> 0.2.0"},
{:ecto_sql, "~> 3.4"},
{:typed_ecto_schema, "~> 0.4.1"},
{:ehmon, github: "mbta/ehmon", only: :prod},
{:emqtt_failover, "~> 0.3.0"},
{:ex_aws, "~> 2.1"},
{:ex_aws_rds, "~> 2.0.2"},
{:ex_aws_secretsmanager, "~> 2.0"},
{:ex_aws, "~> 2.1"},
{:ex_doc, "~> 0.27", only: :dev, runtime: false},
{:ex_machina, "~> 2.7.0", only: :test},
{:excellent_migrations, "~> 0.1", only: [:dev], runtime: false},
{:fast_local_datetime, "~> 1.0"},
{:gen_stage, "~> 1.2.1"},
{:guardian_phoenix, "~> 2.0"},
{:guardian, "~> 2.0"},
{:guardian_phoenix, "~> 2.0"},
{:haversine, "~> 0.1.0"},
{:httpoison, "~> 2.2.1"},
{:jason, "~> 1.0"},
{:lcov_ex, "~> 0.2", only: [:dev, :test], runtime: false},
{:logster, "~> 1.0"},
{:mox, "~> 1.1.0", only: :test},
{:oban, "~> 2.15"},
{:phoenix, "~> 1.7.0"},
{:phoenix_ecto, "~> 4.0"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.3", only: :dev},
{:phoenix_live_view, "~> 0.20.14"},
{:phoenix_pubsub, "~> 2.0"},
{:phoenix, "~> 1.7.0"},
{:plug_cowboy, "~> 2.1"},
{:polyline, "~> 1.4.0"},
{:postgrex, "~> 0.15"},
Expand All @@ -98,8 +97,9 @@ defmodule Skate.MixProject do
{:ssl_verify_fun, "~> 1.1"},
{:stream_data, "~> 1.1.1", only: :test},
{:timex, "~> 3.7.5"},
{:ueberauth_oidcc, "~> 0.4.0"},
{:ueberauth, "~> 0.10.5"}
{:typed_ecto_schema, "~> 0.4.1"},
{:ueberauth, "~> 0.10.5"},
{:ueberauth_oidcc, "~> 0.4.0"}
]
end

Expand Down

0 comments on commit 0f6d31a

Please sign in to comment.