switched Cartographer from local reference to git
This commit is contained in:
2
mix.exs
2
mix.exs
@@ -22,7 +22,7 @@ defmodule ExMine.MixProject do
|
|||||||
# Run "mix help deps" to learn about dependencies.
|
# Run "mix help deps" to learn about dependencies.
|
||||||
defp deps do
|
defp deps do
|
||||||
[
|
[
|
||||||
{:cartographer, path: "../cartographer"},
|
{:cartographer, git: "git@gitea.daggertrout.com:mcdoh/Cartographer.git"},
|
||||||
# {:dep_from_hexpm, "~> 0.3.0"},
|
# {:dep_from_hexpm, "~> 0.3.0"},
|
||||||
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
|
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user