Skip to content

Commit

Permalink
chore(deps): update dependency sobelow to ~> 0.13 (#44)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sobelow](https://hex.pm/packages/sobelow) | minor | `~> 0.11` -> `~>
0.13` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Blake Kostner <[email protected]>
  • Loading branch information
btkostner-jumar[bot] and btkostner authored Apr 13, 2024
1 parent bb74bc6 commit 58cb428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule Jumar.MixProject do
{:plug_cowboy, "~> 2.5"},
{:postgrex, ">= 0.0.0"},
{:remote_ip, "~> 1.1"},
{:sobelow, "~> 0.11", only: [:dev, :test], runtime: false},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false},
{:stream_data, "~> 0.6", only: [:dev, :test]},
{:swoosh, "~> 1.3"},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
Expand Down

0 comments on commit 58cb428

Please sign in to comment.