Skip to content

Commit

Permalink
Update minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Feb 4, 2024
1 parent 7c6537a commit d446dc8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
9 changes: 5 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ defmodule Accent.Mixfile do
[
# Framework
{:phoenix, "~> 1.4"},
{:phoenix_html, "~> 3.0"},
{:phoenix_html, "~> 4.0", override: true},

# Plugs
{:plug_assign, "~> 1.0.0"},
{:plug_assign, "~> 2.0"},
{:canada, "~> 2.0.0", override: true},
{:canary, github: "runhyve/canary"},
{:corsica, "~> 2.0"},
{:bandit, "~> 1.0"},
{:plug, "1.14.2"},
{:plug, "~> 1.14"},
{:plug_canonical_host, "~> 2.0"},

# Database
Expand Down Expand Up @@ -142,7 +142,8 @@ defmodule Accent.Mixfile do
else
[
{:p1_utils, "1.0.15", override: true},
{:fast_yaml, github: "processone/fast_yaml", ref: "e789f68895f71b7ad31057177810ca0161bf790e"}
{:fast_yaml,
github: "processone/fast_yaml", ref: "e789f68895f71b7ad31057177810ca0161bf790e"}
]
end
end
Expand Down
Loading

0 comments on commit d446dc8

Please sign in to comment.