Skip to content

Commit

Permalink
improvement: loosen release candidate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 2, 2024
1 parent bcd0f49 commit 8761539
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 @@ -125,7 +125,7 @@ defmodule AshPhoenix.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:ash, ash_version("~> 3.0.0-rc.0")},
{:ash, ash_version("~> 3.0.0-rc")},
{:phoenix, "~> 1.5.6 or ~> 1.6"},
{:phoenix_html, "~> 4.0"},
{:phoenix_live_view, "~> 0.20.3"},
Expand Down

0 comments on commit 8761539

Please sign in to comment.