We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64322da commit edfe368Copy full SHA for edfe368
mix.exs
@@ -76,7 +76,7 @@ defmodule EctoSQL.MixProject do
76
if path = System.get_env("ECTO_PATH") do
77
{:ecto, path: path}
78
else
79
- {:ecto, github: "greg-rychlewski/ecto", branch: "literal_numbers"}
+ {:ecto, git: "https://github.com/greg-rychlewski/ecto.git", branch: "literal_numbers"}
80
end
81
82
0 commit comments