chore(deps): update dependency sobelow to ~> 0.13
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
renovate-bot 2023-11-24 15:18:27 +00:00
parent 93e1719d0d
commit 11c00b426a

View File

@ -48,7 +48,7 @@ defmodule Wabanex.MixProject do
{:plug_cowboy, "~> 2.6.0"}, {:plug_cowboy, "~> 2.6.0"},
{:postgrex, "~> 0.17.0"}, {:postgrex, "~> 0.17.0"},
{:prom_ex, "~> 1.9.0"}, {:prom_ex, "~> 1.9.0"},
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false}, {:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:telemetry_metrics, "~> 0.6.0"}, {:telemetry_metrics, "~> 0.6.0"},
{:telemetry_poller, "~> 1.0.0"} {:telemetry_poller, "~> 1.0.0"}
] ]