Skip to content

Commit 6edf799

Browse files
committed
another attempt
1 parent 656f825 commit 6edf799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ defmodule ElixirSense.MixProject do
4242
[
4343
# TODO: Uncomment this when we have a credo version that supports OTP 28
4444
# {:credo, "~> 1.0", only: [:dev], runtime: false},
45-
{:ex_doc, "~> 0.18", only: [:dev], runtime: false}
4645
] ++
4746
if System.get_env("HEX_MIRROR") != "https://cdn.jsdelivr.net/hex" do
4847
[
4948
{:excoveralls, "~> 0.17", only: :test},
50-
{:dialyxir, "~> 1.0", only: [:dev], runtime: false}
49+
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
50+
{:ex_doc, "~> 0.18", only: [:dev], runtime: false}
5151
]
5252
else
5353
[]

0 commit comments

Comments
 (0)