Skip to content

Commit

Permalink
fix: update mix_systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed May 21, 2024
1 parent 129c0ff commit a242611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule MixDeploy.MixProject do
{:credo, "~> 1.5.1", only: ~w[dev test]a, runtime: false},
{:ex_doc, ">= 0.0.0", only: ~w[dev test]a},
{:git_ops, "~> 2.2", only: ~w[dev test]a, runtime: false},
{:mix_systemd, "~> 0.8.0", organization: "narrativeapp"}
{:mix_systemd, "~> 0.9.0", organization: "narrativeapp"}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"makeup": {:hex, :makeup, "1.0.5", "d5a830bc42c9800ce07dd97fa94669dfb93d3bf5fcf6ea7a0c67b2e0e4a7f26c", [:mix], [{:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cfa158c02d3f5c0c665d0af11512fed3fba0144cf1aadee0f2ce17747fba2ca9"},
"makeup_elixir": {:hex, :makeup_elixir, "0.15.1", "b5888c880d17d1cc3e598f05cdb5b5a91b7b17ac4eaf5f297cb697663a1094dd", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "db68c173234b07ab2a07f645a5acdc117b9f99d69ebf521821d89690ae6c6ec8"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"},
"mix_systemd": {:hex, :mix_systemd, "0.8.0", "df1801c4ef9e364ed75c463e309d516915bf5b25d3d7e620319a5124799b2a57", [:mix], [], "hexpm:narrativeapp", "3dbda55ee57bf0065bad62feb36f468b059cc3c78c113cc907d06591f04e5a63"},
"mix_systemd": {:hex, :mix_systemd, "0.9.0", "0e12924cf31b4762eaf6b24bd7615b81995a169ca7aa442829c2d4e82947f795", [:mix], [], "hexpm:narrativeapp", "72869da67d73fafe6f3384be62bb45860901918f5c956147246fb69d4cb0a24a"},
"nimble_parsec": {:hex, :nimble_parsec, "1.1.0", "3a6fca1550363552e54c216debb6a9e95bd8d32348938e13de5eda962c0d7f89", [:mix], [], "hexpm", "08eb32d66b706e913ff748f11694b17981c0b04a33ef470e33e11b3d3ac8f54b"},
}

0 comments on commit a242611

Please sign in to comment.