Skip to content

Commit

Permalink
Restore path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 13, 2024
1 parent 71a55b1 commit c6f9163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cascade/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ defmodule Cascade.MixProject do

defp deps do
[
# {:cli_options, path: "../cli_options/"},
{:cli_options, "~> 0.1.0"},
{:cli_options, path: "../cli_options/"},
# {:cli_options, "~> 0.1.0"},
{:ex_doc, "== 0.32.2", only: :dev, runtime: false},
{:credo, "== 1.7.6", only: [:dev, :test], runtime: false},
{:dialyxir, "== 1.4.3", only: [:dev], runtime: false},
Expand Down
4 changes: 2 additions & 2 deletions workspace/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ defmodule Workspace.MixProject do

defp deps do
[
# {:cli_options, path: "../cli_options/"},
{:cli_options, "~> 0.1.0"},
{:cli_options, path: "../cli_options/"},
# {:cli_options, "~> 0.1.0"},
{:nimble_options, "~> 1.1.0"},
{:jason, "~> 1.4.1", optional: true},
{:ex_doc, "== 0.32.2", only: :dev, runtime: false},
Expand Down

0 comments on commit c6f9163

Please sign in to comment.