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 10, 2024
1 parent ed710f5 commit dffb94f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit dffb94f

Please sign in to comment.