Skip to content

Commit

Permalink
Remove override in bundlex
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Sep 10, 2024
1 parent ede01a5 commit 6f0a197
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 @@ -49,7 +49,7 @@ defmodule ExDTLS.Mixfile do
defp deps do
[
{:unifex, "~> 1.0"},
{:bundlex, "~> 1.5.3", override: true},
{:bundlex, "~> 1.5.3"},
{:ex_doc, "~> 0.29", only: :dev, runtime: false},
{:dialyxir, "~> 1.0", only: :dev, runtime: false},
{:credo, "~> 1.7", only: :dev, runtime: false},
Expand Down

0 comments on commit 6f0a197

Please sign in to comment.