From 9f4a2cab0d14bd22e23b2fa3450cc63ca1618498 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 7 Dec 2023 15:00:57 -0500 Subject: [PATCH] fix: update ash_oban --- mix.exs | 3 +-- mix.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index c9d6c5e..5b79368 100644 --- a/mix.exs +++ b/mix.exs @@ -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"}, diff --git a/mix.lock b/mix.lock index 9d9ffbf..fc71ea6 100644 --- a/mix.lock +++ b/mix.lock @@ -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", []},