Skip to content

Commit

Permalink
fix format of mix files to fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhercaz committed Oct 6, 2024
1 parent e397cbb commit 0964106
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 @@ -29,7 +29,7 @@ defmodule TowerTelegram.MixProject do
{:telegex, "~> 1.8.0"},
{:finch, "~> 0.19.0", optional: true},
{:httpoison, "~> 2.2", optional: true},
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
{:ex_doc, "~> 0.31", only: :dev, runtime: false}
]
end

Expand Down

0 comments on commit 0964106

Please sign in to comment.