Skip to content

Commit

Permalink
upgrade wallaby
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Oct 6, 2024
1 parent ccd939c commit f2606a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule ChallengeGov.MixProject do
{:export, "~> 0.1.1"},
{:finch, "~> 0.14.0"},
{:gettext, "~> 0.11"},
{:hackney, "~> 1.18.0"},
{:hackney, "~> 1.13"},
{:httpoison, "~> 1.7"},
{:html_sanitize_ex, "~> 1.4.3"},
{:jason, "~> 1.0"},
Expand All @@ -82,12 +82,12 @@ defmodule ChallengeGov.MixProject do
{:stein, "0.5.4"},
{:stein_storage, "~> 0.1"},
{:sweet_xml, "~> 0.6.6"},
{:tesla, "~> 1.3.0"},
{:tesla, "~> 1.12.1"},
{:text_delta, "~> 1.1.0"},
{:timex, "~> 3.5"},
{:waffle, "~> 1.1.5"},
{:waffle_ecto, "~> 0.0.11"},
{:wallaby, "~> 0.28.0", runtime: false, only: :test},
{:wallaby, "~> 0.29.0", runtime: false, only: :test},
{:xml_builder, "~> 2.1.1", override: true}
]
end
Expand Down
Loading

0 comments on commit f2606a2

Please sign in to comment.