switched Cartographer from local reference to git

This commit is contained in:
Gavin McDonald
2018-11-11 15:14:05 -05:00
parent 921b2a603d
commit 74aa4bd1d1
2 changed files with 4 additions and 1 deletions

View File

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

3
mix.lock Normal file
View File

@@ -0,0 +1,3 @@
%{
"cartographer": {:git, "git@gitea.daggertrout.com:mcdoh/Cartographer.git", "5e537d689580d45fd6a41756572830d461adc696", []},
}