Skip to content

Commit

Permalink
Sets versioce as dev dependency only
Browse files Browse the repository at this point in the history
  • Loading branch information
szsoppa committed May 26, 2023
1 parent 12a227b commit 074ab9a
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 @@ -26,7 +26,7 @@ defmodule Contexted.MixProject do
[
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.25", only: :dev, runtime: false},
{:versioce, "~> 2.0.0"}
{:versioce, "~> 2.0.0", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 074ab9a

Please sign in to comment.