Skip to content

Commit eba6750

Browse files
committed
update ash_sql version
1 parent a09f848 commit eba6750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mix.exs

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ defmodule AshPostgres.MixProject do
167167
defp deps do
168168
[
169169
{: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"},
170+
{:ash_sql, ash_sql_version("~> 0.2 and >= 0.2.72")},
172171
{:igniter, "~> 0.5 and >= 0.5.16", optional: true},
173172
{:ecto_sql, "~> 3.12"},
174173
{:ecto, "~> 3.12 and >= 3.12.1"},

0 commit comments

Comments
 (0)