Skip to content

Commit

Permalink
added to test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjohnpage committed Feb 27, 2024
1 parent 70f81b9 commit 7414a63
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 @@ -36,7 +36,7 @@ defmodule TextChunker.MixProject do
defp deps do
[
{:styler, "~> 0.7", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
{:ex_doc, "~> 0.31", only: [:dev, :test], runtime: false},
]
end

Expand Down

0 comments on commit 7414a63

Please sign in to comment.