From 74aa4bd1d1cdabe993dd18be94b1483206400eb5 Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Sun, 11 Nov 2018 15:14:05 -0500 Subject: [PATCH] switched Cartographer from local reference to git --- mix.exs | 2 +- mix.lock | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 mix.lock diff --git a/mix.exs b/mix.exs index 0eb485a..aa597a6 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule ExMine.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:cartographer, path: "../cartographer"}, + {:cartographer, git: "git@gitea.daggertrout.com:mcdoh/Cartographer.git"}, # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, ] diff --git a/mix.lock b/mix.lock new file mode 100644 index 0000000..e6cc17b --- /dev/null +++ b/mix.lock @@ -0,0 +1,3 @@ +%{ + "cartographer": {:git, "git@gitea.daggertrout.com:mcdoh/Cartographer.git", "5e537d689580d45fd6a41756572830d461adc696", []}, +}