Skip to content

Commit a910a2f

Browse files
Bump styler from 0.11.9 to 1.0.0
Bumps [styler](https://github.com/adobe/elixir-styler) from 0.11.9 to 1.0.0. - [Release notes](https://github.com/adobe/elixir-styler/releases) - [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md) - [Commits](adobe/elixir-styler@v0.11.9...v1.0.0) --- updated-dependencies: - dependency-name: styler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1f4cc2 commit a910a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Sqids.MixProject do
6161

6262
defp maybe_styler_dep do
6363
if elixir_vsn_match?("~> 1.14") do
64-
{:styler, "~> 0.8", only: [:dev, :test], runtime: false}
64+
{:styler, "~> 1.0", only: [:dev, :test], runtime: false}
6565
else
6666
[]
6767
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
1414
"recon": {:hex, :recon, "2.5.5", "c108a4c406fa301a529151a3bb53158cadc4064ec0c5f99b03ddb8c0e4281bdf", [:mix, :rebar3], [], "hexpm", "632a6f447df7ccc1a4a10bdcfce71514412b16660fe59deca0fcf0aa3c054404"},
1515
"sqids_blocklist": {:git, "https://github.com/sqids/sqids-blocklist.git", "0db61e23c392709c70766e07f296fc5209f20bcc", [branch: "main"]},
16-
"styler": {:hex, :styler, "0.11.9", "2595393b94e660cd6e8b582876337cc50ff047d184ccbed42fdad2bfd5d78af5", [:mix], [], "hexpm", "8b7806ba1fdc94d0a75127c56875f91db89b75117fcc67572661010c13e1f259"},
16+
"styler": {:hex, :styler, "1.0.0", "87daf4a8e421d7678da78f9532a632974de6b8060b80d7827abec3bca5140173", [:mix], [], "hexpm", "4ba5bc40c5eaebe2bb05ec0bb7b5a889d38c6ea6865c584dffd360b3a94ec625"},
1717
}

0 commit comments

Comments
 (0)