chore: set ash_version properly

This commit is contained in:
Zach Daniel 2021-07-20 02:23:14 -04:00
parent 70b4f9639e
commit b987797ab2
2 changed files with 3 additions and 3 deletions

View file

@ -86,8 +86,8 @@ defmodule AshAdmin.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
# {:ash, "~> 1.46 and >= 1.46.9"},
{:ash, path: "../ash", override: true},
{:ash, "~> 1.46 and >= 1.46.9"},
# {:ash, path: "../ash", override: true},
# {:ash_phoenix, "~> 0.5 and >= 0.5.1"},
{:ash_phoenix, path: "../ash_phoenix"},
{:surface, "~> 0.4.1"},

View file

@ -1,5 +1,5 @@
%{
"ash": {:hex, :ash, "1.46.9", "8c2428786c12bbd0b9fd961600355bb80ce95b510b4aec737fdd096359bcb60e", [:mix], [{:comparable, "~> 1.0", [hex: :comparable, repo: "hexpm", optional: false]}, {:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:ets, "~> 0.8.0", [hex: :ets, repo: "hexpm", optional: false]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.3.5", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:picosat_elixir, "~> 0.1.5", [hex: :picosat_elixir, repo: "hexpm", optional: false]}, {:timex, ">= 3.0.0", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "493d64692dd6e37f88a8614af1ac71c0c27db836d4400c3791e72d1b14efaef8"},
"ash": {:hex, :ash, "1.46.12", "153ec38e9d5a00e574e1912d8274c48747027369c76426a49139407f6298ae15", [:mix], [{:comparable, "~> 1.0", [hex: :comparable, repo: "hexpm", optional: false]}, {:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:ets, "~> 0.8.0", [hex: :ets, repo: "hexpm", optional: false]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.3.5", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:picosat_elixir, "~> 0.1.5", [hex: :picosat_elixir, repo: "hexpm", optional: false]}, {:timex, ">= 3.0.0", [hex: :timex, repo: "hexpm", optional: false]}], "hexpm", "61352e97a617299edda88c92b5989562a81a08e85229b10a7aad04339864f1bc"},
"ash_phoenix": {:hex, :ash_phoenix, "0.5.1", "69d07b8091e13b24b675f8e55752817cc36a66f2f8a8d19ca1bd62b971708f80", [:mix], [{:ash, "~> 1.46.8", [hex: :ash, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.5.6", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.14", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.15", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "02f57ae793cc1a22496d9afd597ec7456b7f052adb29be10bd6467426b521519"},
"ash_policy_authorizer": {:hex, :ash_policy_authorizer, "0.16.0", "18b2352facf8f860458bf81aeed481ced9a7e13e8eb2826e7ae714bf0fbd4792", [:mix], [{:ash, "~> 1.35 and >= 1.35.1", [hex: :ash, repo: "hexpm", optional: false]}], "hexpm", "40b2fd1071a60da1404c5a133f43bf416f5cb2c4f7313a7949b638340f482a61"},
"ash_postgres": {:hex, :ash_postgres, "0.35.4", "f72b0780c839f588888985578aa0a03ae027f4e460fbeab4ddf209f97f794c77", [:mix], [{:ash, "~> 1.34 and >= 1.34.6", [hex: :ash, repo: "hexpm", optional: false]}, {:ecto_sql, "~> 3.5", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:postgrex, ">= 0.0.0", [hex: :postgrex, repo: "hexpm", optional: false]}], "hexpm", "cba9e3ad50b1888dbb4623d80b88b75997f94912e088e69554259f9f00543a98"},