Skip to content

Commit

Permalink
chore: fix ash dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 3, 2024
1 parent 7d48552 commit 7ecf3b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ defmodule AshHq.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
# {:ash, "~> 3.0.0-rc"},
{:ash, path: "../../ash/ash", override: true},
{:ash, "~> 3.0.0-rc"},
{:ash_postgres, "~> 2.0.0-rc"},
{:ash_admin, "~> 0.10.10-rc"},
{:ash_phoenix, "~> 2.0.0-rc"},
Expand Down

0 comments on commit 7ecf3b8

Please sign in to comment.