Skip to content

Commit

Permalink
Update Oban and gen_smtp
Browse files Browse the repository at this point in the history
Also update dependencies
  • Loading branch information
wmnnd committed Aug 26, 2022
1 parent 0db5581 commit 86e8c78
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 24 deletions.
4 changes: 2 additions & 2 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ config :keila, Keila.Mailer, adapter: Swoosh.Adapters.Test
# Configure Argon2 for performance (not security)
config :argon2_elixir, t_cost: 1, m_cost: 8

# Disable Oban Queues
config :keila, Oban, queues: false, plugins: false
# Configure Oban for testing
config :keila, Oban, testing: :manual

# Allow scheduling campaigns at utc_now
config :keila, Keila.Mailings, min_campaign_schedule_offset: -10
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ defmodule Keila.MixProject do
{:plug_cowboy, "~> 2.0"},
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
{:swoosh, "~> 1.3"},
{:gen_smtp, "~> 1.1"},
{:gen_smtp, "~> 1.2"},
{:hackney, "~> 1.9"},
{:hashids, "~> 2.0"},
{:argon2_elixir, "~> 2.3"},
{:httpoison, "~> 1.8"},
{:nimble_csv, "~> 1.1"},
{:oban, "~> 2.10"},
{:oban, "~> 2.12"},
{:solid, "~> 0.10.0"},
{:earmark, "~> 1.4"},
{:tzdata, "~> 1.1"},
Expand Down
Loading

0 comments on commit 86e8c78

Please sign in to comment.