Skip to content

Commit

Permalink
chore: fix local ash dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 1, 2024
1 parent c12be48 commit fd182ec
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 @@ -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"]
Expand Down

0 comments on commit fd182ec

Please sign in to comment.