Skip to content

Commit

Permalink
chore: allow 2.0 or 3.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 1, 2024
1 parent e2e4a3a commit 133cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defmodule AshMoney.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, ash_version("~> 3.0.0-rc.0")},
{:ash, ash_version("~> 2.0 or ~> 3.0.0-rc.6")},
{:ex_money, "~> 5.15"},
{:ex_money_sql, "~> 1.0", optional: true},
{:ash_postgres, "~> 2.0.0-rc.3", optional: true},
Expand Down

0 comments on commit 133cad1

Please sign in to comment.