fix: update ash_oban

This commit is contained in:
Zach Daniel 2023-12-07 15:00:57 -05:00
parent 9358d82b20
commit 9f4a2cab0d
2 changed files with 2 additions and 3 deletions

View file

@ -51,8 +51,7 @@ defmodule AshHq.MixProject do
{:ash_authentication_phoenix, "~> 1.6"},
{:ash_blog, github: "ash-project/ash_blog"},
{:ash_csv, github: "ash-project/ash_csv"},
# {:ash_oban, github: "ash-project/ash_oban"},
{:ash_oban, path: "../ash_oban"},
{:ash_oban, github: "ash-project/ash_oban"},
{:spark, github: "ash-project/spark", override: true},
# Jobs
{:oban, "~> 2.16"},

View file

@ -13,7 +13,7 @@
"ash_csv": {:git, "https://github.com/ash-project/ash_csv.git", "7f47b820077619ccb7340fbede0c4fd1b5313a17", []},
"ash_graphql": {:git, "https://github.com/ash-project/ash_graphql.git", "cf57747d79f848608252ab167d74bb59aaef2345", []},
"ash_json_api": {:git, "https://github.com/ash-project/ash_json_api.git", "31ece4fad9920c7e45c600d38ac82218296c4612", []},
"ash_oban": {:git, "https://github.com/ash-project/ash_oban.git", "80bae3bf43c5ef90061f9ba9f353795c57c79d77", []},
"ash_oban": {:git, "https://github.com/ash-project/ash_oban.git", "36a441f78195f4f4e656f6a0cf268084704ff174", []},
"ash_phoenix": {:git, "https://github.com/ash-project/ash_phoenix.git", "35e4d2931e1664383c9a085a90f846e58986c8c8", []},
"ash_postgres": {:git, "https://github.com/ash-project/ash_postgres.git", "54908395ebcd8e9a5f8e7e30c1cee3f57e233448", []},
"ash_sqlite": {:git, "https://github.com/ash-project/ash_sqlite.git", "55bdce140f7ba9df9479923de2ab276be3e28588", []},