diff --git a/mix.exs b/mix.exs index fc66643..18987fc 100644 --- a/mix.exs +++ b/mix.exs @@ -84,7 +84,7 @@ defmodule Warder.MixProject do {:ex_doc, "~> 0.36.1", only: :dev, runtime: false}, {:postgrex, "~> 0.19.0", optional: true}, {:stream_data, "~> 1.1.0", only: [:dev, :test]}, - {:styler, "~> 1.2.0", only: [:dev, :test], runtime: false} + {:styler, "~> 1.3.1", only: [:dev, :test], runtime: false} ] end diff --git a/mix.lock b/mix.lock index 7ad05dc..5638434 100644 --- a/mix.lock +++ b/mix.lock @@ -18,6 +18,6 @@ "nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"}, "postgrex": {:hex, :postgrex, "0.19.3", "a0bda6e3bc75ec07fca5b0a89bffd242ca209a4822a9533e7d3e84ee80707e19", [:mix], [{:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "d31c28053655b78f47f948c85bb1cf86a9c1f8ead346ba1aa0d0df017fa05b61"}, "stream_data": {:hex, :stream_data, "1.1.2", "05499eaec0443349ff877aaabc6e194e82bda6799b9ce6aaa1aadac15a9fdb4d", [:mix], [], "hexpm", "129558d2c77cbc1eb2f4747acbbea79e181a5da51108457000020a906813a1a9"}, - "styler": {:hex, :styler, "1.2.1", "28f9e3d4b065c22575c56b8ae03d05188add1b21bec5ae664fc1551e2dfcc41b", [:mix], [], "hexpm", "71dc33980e530d21ca54db9c2075e646faa6e7b744a9d4a3dfb0ff01f56595f0"}, + "styler": {:hex, :styler, "1.3.1", "aff8703ba3fdc083e8c76fc356e4b6f2b802fe561228a2ee41aa551870f39d15", [:mix], [], "hexpm", "95049f1f2df2a297b360aa30ea603278c891a3dcc69f72a5368cbf0d40fc5799"}, "telemetry": {:hex, :telemetry, "1.3.0", "fedebbae410d715cf8e7062c96a1ef32ec22e764197f70cda73d82778d61e7a2", [:rebar3], [], "hexpm", "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6"}, }