From deedd976da66131934238e255e3722b1fb7b86bf Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 1 Apr 2022 19:08:38 -0400 Subject: [PATCH] fix: update ash --- mix.exs | 4 ++-- mix.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 9d70707..6ee3fb0 100644 --- a/mix.exs +++ b/mix.exs @@ -33,8 +33,8 @@ defmodule AshHq.MixProject do # Type `mix help deps` for examples and options. defp deps do [ - # {:ash, github: "ash-project/ash", override: true}, - {:ash, path: "../ash", override: true}, + {:ash, github: "ash-project/ash", override: true}, + # {:ash, path: "../ash", override: true}, {:ash_postgres, github: "ash-project/ash_postgres"}, # {:ash_postgres, path: "../ash_postgres"}, {:ash_phoenix, github: "ash-project/ash_phoenix"}, diff --git a/mix.lock b/mix.lock index 109eb60..d6a4d6c 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "ash": {:git, "https://github.com/ash-project/ash.git", "ae630581eacaa7644b06f1192832bc95c20992bc", []}, + "ash": {:git, "https://github.com/ash-project/ash.git", "59075efa0390f827471fc92437faff2551f07755", []}, "ash_phoenix": {:git, "https://github.com/ash-project/ash_phoenix.git", "9de0ff87780bd16d06dcde1bac6a8e041a31659d", []}, "ash_postgres": {:git, "https://github.com/ash-project/ash_postgres.git", "48c6142040d389272d235b7e62d354a3a37a825e", []}, "castore": {:hex, :castore, "0.1.16", "2675f717adc700475345c5512c381ef9273eb5df26bdd3f8c13e2636cf4cc175", [:mix], [], "hexpm", "28ed2c43d83b5c25d35c51bc0abf229ac51359c170cba76171a462ced2e4b651"},