modernizing

This commit is contained in:
Gavin McDonald
2025-05-22 18:13:59 -04:00
parent 3a4d71f47c
commit d791876742
4 changed files with 6 additions and 38 deletions

View File

@@ -5,7 +5,7 @@ defmodule ExMine.MixProject do
[
app: :ex_mine,
version: "1.1.0",
elixir: "~> 1.6",
elixir: "~> 1.18",
start_permanent: Mix.env() == :prod,
deps: deps()
]
@@ -22,8 +22,7 @@ defmodule ExMine.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:cartographer, git: "git@gitea.daggertrout.com:mcdoh/Cartographer.git"},
# {:cartographer, path: "../cartographer"},
{:cartographer, git: "git@gitea.mcmorgans.us:gavin/Cartographer.git"}
]
end
end