Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 8, 2025
1 parent 3979bf6 commit f828b6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ defmodule Ash.MixProject do

# Dev/Test dependencies
{:eflame, "~> 1.0", only: [:dev, :test]},
# {:ex_doc, "~> 0.32", only: [:dev, :test], runtime: false},
{:ex_doc, path: "../ex_doc", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.32", only: [:dev, :test], runtime: false},
{:ex_check, "~> 0.12", only: [:dev, :test]},
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
{:dialyxir, ">= 0.0.0", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit f828b6d

Please sign in to comment.