modernizing
This commit is contained in:
5
mix.exs
5
mix.exs
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user