Install Oban with dedicated repo

This commit is contained in:
Claudio Ortolina
2025-04-13 18:08:05 +01:00
parent 3f4e2bc975
commit c44fcc7321
10 changed files with 59 additions and 1 deletions
+3
View File
@@ -86,6 +86,9 @@ defmodule MusicLibrary.MixProject do
# Data validation
{:nimble_options, "~> 1.1"},
# Background Jobs
{:oban, "~> 2.19"},
# Test tooling
{:phoenix_test, "~> 0.6.0", only: :test},
{:floki, ">= 0.30.0", only: :test},