Skip to content

Commit bf81495

Browse files
committed
Temporarily point ecto dep at fork for CI (revert before merge).
1 parent 03535d2 commit bf81495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defmodule EctoSQL.MixProject do
8484
if path = System.get_env("ECTO_PATH") do
8585
{:ecto, path: path}
8686
else
87-
{:ecto, git: "https://github.com/elixir-ecto/ecto.git"}
87+
{:ecto, git: "https://github.com/alesasnouski/ecto.git", branch: "master"}
8888
end
8989
end
9090

0 commit comments

Comments
 (0)