Skip to content

Commit bf38e99

Browse files
committed
Sort alphabetically deps in groups
1 parent d9d4df5 commit bf38e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ defmodule ErrorTracker.MixProject do
8686
[
8787
{:ecto_sql, "~> 3.13"},
8888
{:ecto, "~> 3.13"},
89-
{:phoenix_live_view, "~> 1.0"},
9089
{:phoenix_ecto, "~> 4.6"},
90+
{:phoenix_live_view, "~> 1.0"},
9191
{:plug, "~> 1.10"},
9292
# Dev dependencies
9393
{:bun, "~> 1.3", only: :dev},
@@ -96,11 +96,11 @@ defmodule ErrorTracker.MixProject do
9696
{:plug_cowboy, ">= 0.0.0", only: :dev},
9797
{:tailwind, "~> 0.2", only: :dev},
9898
# Optional dependencies
99+
{:ecto_sqlite3, ">= 0.0.0", optional: true},
100+
{:igniter, "~> 0.5", optional: true},
99101
{:jason, "~> 1.1", optional: true},
100-
{:postgrex, ">= 0.0.0", optional: true},
101102
{:myxql, ">= 0.0.0", optional: true},
102-
{:ecto_sqlite3, ">= 0.0.0", optional: true},
103-
{:igniter, "~> 0.5", optional: true}
103+
{:postgrex, ">= 0.0.0", optional: true}
104104
]
105105
end
106106

0 commit comments

Comments
 (0)