Skip to content

Commit

Permalink
build(deps): update dependency nodelix to v1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Dec 1, 2023
1 parent 49bcd09 commit 5062102
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import Config

config :nodelix,
version: "20.10.0"

config :semantic_release,
additional_packages: [
"semantic-release-hex@next",
Expand Down
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.8", runtime: false},
{:nodelix, "1.0.0-alpha.9", 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.8", "2bf05aeb2bbcde8bb14d33989614d021e115c756f22cf5b333b5b3078cfef5ea", [: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", "d964bda621d3e1367648518dac53280d95a44ebe508072b589cd5801651bba4e"},
"nodelix": {:hex, :nodelix, "1.0.0-alpha.9", "f3bfd7cddf2035b65d14530727a7a7c3430eb0b6a9bee07fd3285608d7fd301c", [: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", "5dc94fdfbe0ab110ca5c3dddd05d634bf145217fa68232c2f3ff27f85f3e5102"},
}

0 comments on commit 5062102

Please sign in to comment.