We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09f848 commit eba6750Copy full SHA for eba6750
mix.exs
@@ -167,8 +167,7 @@ defmodule AshPostgres.MixProject do
167
defp deps do
168
[
169
{:ash, ash_version("~> 3.4 and >= 3.4.69")},
170
- # {:ash_sql, ash_sql_version("~> 0.2 and >= 0.2.68")},
171
- {:ash_sql, github: "ash-project/ash_sql"},
+ {:ash_sql, ash_sql_version("~> 0.2 and >= 0.2.72")},
172
{:igniter, "~> 0.5 and >= 0.5.16", optional: true},
173
{:ecto_sql, "~> 3.12"},
174
{:ecto, "~> 3.12 and >= 3.12.1"},
0 commit comments