From 8b4e19181d69e96e9facdaf1dfc8653195475401 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 30 Jan 2023 13:11:12 -0500 Subject: [PATCH] fix: use fixed versions of ash_authentication --- mix.exs | 2 +- mix.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 744ef61..c4bc9e6 100644 --- a/mix.exs +++ b/mix.exs @@ -45,7 +45,7 @@ defmodule AshHq.MixProject do {:ash_phoenix, github: "ash-project/ash_phoenix", override: true}, {:ash_graphql, github: "ash-project/ash_graphql"}, {:ash_json_api, github: "ash-project/ash_json_api"}, - {:ash_authentication, github: "team-alembic/ash_authentication", override: true}, + {:ash_authentication, path: "../ash_authentication", override: true}, {:ash_authentication_phoenix, github: "team-alembic/ash_authentication_phoenix"}, {:ash_blog, github: "ash-project/ash_blog"}, {:ash_csv, github: "ash-project/ash_csv"}, diff --git a/mix.lock b/mix.lock index 1659bed..d4bb165 100644 --- a/mix.lock +++ b/mix.lock @@ -3,8 +3,8 @@ "absinthe_plug": {:hex, :absinthe_plug, "1.5.8", "38d230641ba9dca8f72f1fed2dfc8abd53b3907d1996363da32434ab6ee5d6ab", [:mix], [{:absinthe, "~> 1.5", [hex: :absinthe, repo: "hexpm", optional: false]}, {:plug, "~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "bbb04176647b735828861e7b2705465e53e2cf54ccf5a73ddd1ebd855f996e5a"}, "ash": {:git, "https://github.com/ash-project/ash.git", "28b7def5c9a30092d507c7a8c93261e81dc1c691", []}, "ash_admin": {:git, "https://github.com/ash-project/ash_admin.git", "3002af9ec69dc475582ef5f445064e4594bf45ac", []}, - "ash_authentication": {:git, "https://github.com/team-alembic/ash_authentication.git", "e93dc23fdf65233416ee2b9bc3ebc0332ad52eb9", []}, - "ash_authentication_phoenix": {:git, "https://github.com/team-alembic/ash_authentication_phoenix.git", "09cf85ea16e005c0e91b34e624e5973e93374279", []}, + "ash_authentication": {:git, "https://github.com/team-alembic/ash_authentication.git", "2bca91cce4396e51643b28b1b6bb63cc9812085d", []}, + "ash_authentication_phoenix": {:git, "https://github.com/team-alembic/ash_authentication_phoenix.git", "ee73b067cbbf4c018e5f218e632cc60f3c69c316", []}, "ash_blog": {:git, "https://github.com/ash-project/ash_blog.git", "9254773dfedabfc7987af6326a62885c24c3655b", []}, "ash_csv": {:git, "https://github.com/ash-project/ash_csv.git", "7f47b820077619ccb7340fbede0c4fd1b5313a17", []}, "ash_graphql": {:git, "https://github.com/ash-project/ash_graphql.git", "2a9baf81646f242c1c17f2d28a381e4e02bea21e", []},