Skip to content

Commit bfae2bb

Browse files
author
David Staehler
committed
Update mix_systemd deps to avoid deps overriding
1 parent fe7e8de commit bfae2bb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ mix_deploy-*.tar
2424

2525
/rel/templates/
2626
/bin/
27+
.elixir_ls

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule MixDeploy.MixProject do
3535
defp deps do
3636
[
3737
{:ex_doc, "~> 0.19.2", only: :dev, runtime: false},
38-
{:mix_systemd, git: "https://github.com/cogini/mix_systemd.git"},
38+
{:mix_systemd, git: "https://github.com/NarrativeApp/mix_systemd", tag: "0.1"},
3939
# {:mix_systemd, "~> 0.1.0"}
4040
# {:dialyxir, "~> 0.5.1", only: [:dev, :test], runtime: false},
4141
# {:dep_from_hexpm, "~> 0.3.0"},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"ex_doc": {:hex, :ex_doc, "0.19.2", "6f4081ccd9ed081b6dc0bd5af97a41e87f5554de469e7d76025fba535180565f", [:mix], [{:earmark, "~> 1.2", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.10", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
44
"makeup": {:hex, :makeup, "0.8.0", "9cf32aea71c7fe0a4b2e9246c2c4978f9070257e5c9ce6d4a28ec450a839b55f", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
55
"makeup_elixir": {:hex, :makeup_elixir, "0.13.0", "be7a477997dcac2e48a9d695ec730b2d22418292675c75aa2d34ba0909dcdeda", [:mix], [{:makeup, "~> 0.8", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"},
6-
"mix_systemd": {:git, "https://github.com/cogini/mix_systemd.git", "3c0c768a36cc8637b894f3a81969db52a2ad9978", []},
6+
"mix_systemd": {:git, "https://github.com/NarrativeApp/mix_systemd", "6e9eb9db14a0bcf40642ea78d921efd368d9982d", [tag: "0.1"]},
77
"nimble_parsec": {:hex, :nimble_parsec, "0.5.0", "90e2eca3d0266e5c53f8fbe0079694740b9c91b6747f2b7e3c5d21966bba8300", [:mix], [], "hexpm"},
88
}

0 commit comments

Comments
 (0)