docs: don't use hardcoded versions in the docs

This commit is contained in:
Zach Daniel 2023-02-14 17:28:49 -05:00
parent f0cb1cc23c
commit bdbde27dc9

View file

@ -32,9 +32,14 @@ defmodule Example.MixProject do
# add these lines -->
{:ash, "~> 2.5.11"},
{:ash_authentication, "~> 3.7.3"},
<<<<<<< Updated upstream
{:ash_authentication_phoenix, "~> 1.5.0"},
{:ash_postgres, "~> 1.3.2"},
{:elixir_sense, github: "elixir-lsp/elixir_sense", only: [:dev, :test]}
=======
{:ash_authentication_phoenix, "~> 1.4.6"},
{:ash_postgres, "~> 1.3.2"}
>>>>>>> Stashed changes
# <-- add these lines
]
end