Skip to content

Commit

Permalink
chore(deps): update dependency styler to ~> 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent 3d9ee07 commit acbd112
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 @@ -40,7 +40,7 @@ defmodule Idiom.MixProject do
{:credo, "~> 1.7", only: [:dev, :test]},
{:ex_doc, "~> 0.30", only: :dev},
{:excoveralls, "~> 0.17", only: :test},
{:styler, "~> 0.9", only: [:dev, :test], runtime: false}
{:styler, "~> 0.11", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit acbd112

Please sign in to comment.