chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
15316c7f3b
commit
d4dd386283
2 changed files with 27 additions and 27 deletions
6
mix.exs
6
mix.exs
|
|
@ -33,9 +33,9 @@ defmodule Mv.MixProject do
|
|||
# Type `mix help deps` for examples and options.
|
||||
defp deps do
|
||||
[
|
||||
{:tidewave, "~> 0.1", only: [:dev]},
|
||||
{:tidewave, "~> 0.2", only: [:dev]},
|
||||
{:sourceror, "~> 1.8", only: [:dev, :test]},
|
||||
{:live_debugger, "~> 0.2", only: [:dev]},
|
||||
{:live_debugger, "~> 0.3", only: [:dev]},
|
||||
{:ash_admin, "~> 0.13"},
|
||||
{:ash_postgres, "~> 2.0"},
|
||||
{:ash_phoenix, "~> 2.0"},
|
||||
|
|
@ -63,7 +63,7 @@ defmodule Mv.MixProject do
|
|||
compile: false,
|
||||
depth: 1},
|
||||
{:swoosh, "~> 1.5"},
|
||||
{:finch, "~> 0.13"},
|
||||
{:finch, "~> 0.20"},
|
||||
{:telemetry_metrics, "~> 1.0"},
|
||||
{:telemetry_poller, "~> 1.0"},
|
||||
{:gettext, "~> 0.26"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue