Skip to content

Past Releases

Jose Miguel Rivero Bruno edited this page Dec 24, 2020 · 2 revisions

If you are using Elixir >= v1.7 and Ecto ~> 3.2

def deps do
  [
    ...
    {:ecto_ltree, "~> 0.2.0"}
  ]
end

If you are using Elixir v1.6 and Ecto ~> 2.1

def deps do
  [
    ...
    {:ecto_ltree, "~> 0.1.0"}
  ]
end
Clone this wiki locally