From fd182ec3d2482f11ac42b6300f295b689b283302 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 1 Apr 2024 13:57:08 -0400 Subject: [PATCH] chore: fix local ash dep --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fe6fd9c..4754877 100644 --- a/mix.exs +++ b/mix.exs @@ -190,7 +190,7 @@ defmodule AshSqlite.MixProject do default_version "local" -> - [path: "../ash"] + [path: "../ash", override: true] "main" -> [git: "https://github.com/ash-project/ash.git"]