Skip to content

Commit

Permalink
fix: ash version dependency requirement (#137)
Browse files Browse the repository at this point in the history
Solve #136
  • Loading branch information
pierrelegall authored Mar 6, 2024
1 parent e571777 commit f7310d7
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 @@ -124,7 +124,7 @@ defmodule AshPhoenix.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, ash_version("~> 2.16.1")},
{:ash, ash_version("~> 2.16")},
{:phoenix, "~> 1.5.6 or ~> 1.6"},
{:phoenix_html, "~> 4.0"},
{:phoenix_live_view, "~> 0.20.3"},
Expand Down

0 comments on commit f7310d7

Please sign in to comment.