Skip to content

Commit

Permalink
Always depend on :dialyxir
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 12, 2023
1 parent 427d576 commit fc57b95
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,12 @@ defmodule Xandra.Mixfile do
{:telemetry, "~> 0.4.3 or ~> 1.0"},

# Dev and test dependencies
{:dialyxir, "~> 1.3", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.28", only: :dev},
{:excoveralls, "~> 0.17", only: :test},
{:mox, "~> 1.0", only: :test},
{:stream_data, "~> 0.6.0", only: [:dev, :test]},
{:nimble_lz4, "~> 0.1.3", only: [:dev, :test]}
] ++
if Version.match?(System.version(), ">= 1.12.0") do
[{:dialyxir, "~> 1.3", only: [:dev, :test], runtime: false}]
else
[]
end
]
end
end

0 comments on commit fc57b95

Please sign in to comment.