Conflicts: mix.exs mix.lock
This commit is contained in:
6
mix.exs
6
mix.exs
@@ -48,17 +48,17 @@ defmodule Wabanex.MixProject do
|
||||
{:mix_audit, "~> 2.1.0", only: [:dev, :test], runtime: false},
|
||||
{:nimble_csv, "~> 1.2.0"},
|
||||
{:pg_ranges, "~> 1.1.0"},
|
||||
{:phoenix, "~> 1.7.0"},
|
||||
{:phoenix, "~> 1.8.0"},
|
||||
{:phoenix_ecto, "~> 4.6.0"},
|
||||
{:phoenix_live_dashboard, "~> 0.8.0"},
|
||||
{:phoenix_view, "~> 2.0.0"},
|
||||
{:plug_cowboy, "~> 2.7.0"},
|
||||
{:postgrex, "~> 0.20.0"},
|
||||
{:postgrex, "~> 0.21.0"},
|
||||
{:prom_ex, "~> 1.11.0"},
|
||||
{:req, "~> 0.5.0"},
|
||||
{:sobelow, "~> 0.14", only: [:dev, :test], runtime: false},
|
||||
{:telemetry_metrics, "~> 1.1.0"},
|
||||
{:telemetry_poller, "~> 1.2.0"},
|
||||
{:telemetry_poller, "~> 1.3.0"},
|
||||
{:xlsx_reader, "~> 0.8.0"}
|
||||
]
|
||||
end
|
||||
|
Reference in New Issue
Block a user