Skip to content

Commit

Permalink
build(deps): upgrade dependency nodelix to 1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 11, 2024
1 parent ed710f5 commit ebae37c
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 @@ -25,7 +25,7 @@ defmodule SemanticRelease.MixProject do

defp deps do
[
{:nodelix, "== 1.0.0-alpha.10", runtime: false},
{:nodelix, "~> 1.0.0-alpha.11", runtime: false},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.2", "ad87296a092a46e03b7e9b0be7631ddcf64c790fa68a9ef5323b6cbb36affc72", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f3f5a1ca93ce6e092d92b6d9c049bcda58a3b617a8d888f8e7231c85630e8108"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"nodelix": {:hex, :nodelix, "1.0.0-alpha.10", "61e5507918b6d396b6ba2afe08593ad22b32dfe7b4d0adbeba5a649d6a4f29ed", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:gpg_ex, "1.0.0-alpha.4", [hex: :gpg_ex, repo: "hexpm", optional: false]}], "hexpm", "9c57752e9dfc93050ca4a7d1818b42006635f35f27f41ca8588cce9357d7b8af"},
"nodelix": {:hex, :nodelix, "1.0.0-alpha.11", "bcd07aa8033352d5b1b0e755d2e3080eca7fb3a879b4255fd958520e802a5359", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:gpg_ex, "1.0.0-alpha.4", [hex: :gpg_ex, repo: "hexpm", optional: false]}], "hexpm", "cefdb4e87d593e63ba3f358956794b9b37f3e5a2c406651bb0a2c197cec14438"},
}

0 comments on commit ebae37c

Please sign in to comment.