diff --git a/mix.exs b/mix.exs index 7090518..28e843d 100644 --- a/mix.exs +++ b/mix.exs @@ -191,10 +191,10 @@ defmodule AshDoubleEntry.MixProject do default_version "local" -> - [path: "../ash"] + [path: "../ash", override: true] "main" -> - [git: "https://github.com/ash-project/ash.git"] + [git: "https://github.com/ash-project/ash.git", override: true] version when is_binary(version) -> "~> #{version}"