chore: update mix.exs version for ash

This commit is contained in:
Zach Daniel 2023-12-05 23:12:32 -05:00
parent 2e9ec5570e
commit 23390497fa

View file

@ -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}"