fix: update ash

This commit is contained in:
Zach Daniel 2022-04-01 19:08:38 -04:00
parent 61cf32e973
commit deedd976da
2 changed files with 3 additions and 3 deletions

View file

@ -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"},

View file

@ -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"},