Skip to content

Commit

Permalink
Update mix_systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 2, 2019
1 parent 5639263 commit 8267ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ defmodule MixDeploy.MixProject do
defp deps do
[
{:ex_doc, "~> 0.19.2", only: :dev, runtime: false},
# {:mix_systemd, git: "https://github.com/cogini/mix_systemd.git"},
{:mix_systemd, "~> 0.1.0"}
{:mix_systemd, git: "https://github.com/cogini/mix_systemd.git"},
# {:mix_systemd, "~> 0.1.0"}
# {:dialyxir, "~> 0.5.1", only: [:dev, :test], runtime: false},
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"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"},
"makeup": {:hex, :makeup, "0.8.0", "9cf32aea71c7fe0a4b2e9246c2c4978f9070257e5c9ce6d4a28ec450a839b55f", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
"makeup_elixir": {:hex, :makeup_elixir, "0.13.0", "be7a477997dcac2e48a9d695ec730b2d22418292675c75aa2d34ba0909dcdeda", [:mix], [{:makeup, "~> 0.8", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"},
"mix_systemd": {:hex, :mix_systemd, "0.1.0", "8c330bb20ccfc904d96051821f068ae06f65ec7ad2916bd2fbdbe8aea4257dc1", [:mix], [], "hexpm"},
"mix_systemd": {:git, "https://github.com/cogini/mix_systemd.git", "3c0c768a36cc8637b894f3a81969db52a2ad9978", []},
"nimble_parsec": {:hex, :nimble_parsec, "0.5.0", "90e2eca3d0266e5c53f8fbe0079694740b9c91b6747f2b7e3c5d21966bba8300", [:mix], [], "hexpm"},
}

0 comments on commit 8267ae4

Please sign in to comment.