Skip to content

Commit

Permalink
point to ecto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Jan 8, 2025
1 parent 64322da commit edfe368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule EctoSQL.MixProject do
if path = System.get_env("ECTO_PATH") do
{:ecto, path: path}
else
{:ecto, github: "greg-rychlewski/ecto", branch: "literal_numbers"}
{:ecto, git: "https://github.com/greg-rychlewski/ecto.git", branch: "literal_numbers"}
end
end

Expand Down

0 comments on commit edfe368

Please sign in to comment.