chore(deps): bump erlang runtime and deps (#67)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Update runtime: * Bump [`erlang` from 26.2.2 to 26.2.3][0] Update [dependencies][1]: * credo from 1.7.4 to 1.7.5 * mix_audit from 2.1.2 to 2.1.3 * phoenix_ecto from 4.4.3 to 4.5.1 * postgrex from 0.17.4 to 0.17.5 [0]: https://www.erlang.org/patches/otp-26.2.3 [1]: https://diff.hex.pm/diffs?diffs[]=credo:1.7.4:1.7.5&diffs[]=mix_audit:2.1.2:2.1.3&diffs[]=phoenix_ecto:4.4.5:4.5.1&diffs[]=postgrex:0.17.4:0.17.5 Reviewed-on: #67 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2
mix.exs
2
mix.exs
@@ -42,7 +42,7 @@ defmodule Wabanex.MixProject do
|
||||
{:mix_audit, "~> 2.1.0", only: [:dev, :test], runtime: false},
|
||||
{:pg_ranges, "~> 1.1.0"},
|
||||
{:phoenix, "~> 1.7.0"},
|
||||
{:phoenix_ecto, "~> 4.4.0"},
|
||||
{:phoenix_ecto, "~> 4.5.0"},
|
||||
{:phoenix_view, "~> 2.0.0"},
|
||||
{:phoenix_live_dashboard, "~> 0.8.0"},
|
||||
{:plug_cowboy, "~> 2.7.0"},
|
||||
|
Reference in New Issue
Block a user