diff --git a/lib/ash_hq_web/components/search.ex b/lib/ash_hq_web/components/search.ex index 0eac1b2..1d722c0 100644 --- a/lib/ash_hq_web/components/search.ex +++ b/lib/ash_hq_web/components/search.ex @@ -43,7 +43,6 @@ defmodule AshHqWeb.Components.Search do 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 9268851..109eb60 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "ash": {:git, "https://github.com/ash-project/ash.git", "e0177228680b0d1e9db1a35a472cca666afe16f3", []}, + "ash": {:git, "https://github.com/ash-project/ash.git", "ae630581eacaa7644b06f1192832bc95c20992bc", []}, "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"},