From 0761fbc040ed0ace6765cab33a4a51dab1225b84 Mon Sep 17 00:00:00 2001 From: Alan Vardy Date: Fri, 20 Dec 2024 14:10:52 -0800 Subject: [PATCH] Update deps --- .github/workflows/ci.yml | 12 ++++++------ .tool-versions | 4 ++-- mix.lock | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6335d25..4ca12ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,8 @@ jobs: ${{ runner.os }}-mix-coveralls- - uses: erlef/setup-beam@v1 with: - otp-version: 25.0 - elixir-version: 1.14.0 + otp-version: 27.2 + elixir-version: 1.18.0 - run: mix deps.get - run: MIX_ENV=test mix coveralls.json - name: Upload to codecov.io @@ -47,8 +47,8 @@ jobs: ${{ runner.os }}-mix-dialyzer- - uses: erlef/setup-beam@v1 with: - otp-version: 25.0 - elixir-version: 1.14.0 + otp-version: 27.2 + elixir-version: 1.18.0 - run: mix deps.get - run: MIX_ENV=dev mix check --only dialyzer ex_check: @@ -65,7 +65,7 @@ jobs: ${{ runner.os }}-mix-ex_check- - uses: erlef/setup-beam@v1 with: - otp-version: 25.0 - elixir-version: 1.14.0 + otp-version: 27.2 + elixir-version: 1.18.0 - run: mix deps.get - run: MIX_ENV=dev mix check --except ex_unit --except dialyzer diff --git a/.tool-versions b/.tool-versions index ea37def..78d6e79 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.14.0 -erlang 25.0 +elixir 1.18.0 +erlang 27.2 diff --git a/mix.lock b/mix.lock index 9e11760..fcb4b7b 100644 --- a/mix.lock +++ b/mix.lock @@ -3,7 +3,7 @@ "credo": {:hex, :credo, "1.7.10", "6e64fe59be8da5e30a1b96273b247b5cf1cc9e336b5fd66302a64b25749ad44d", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "71fbc9a6b8be21d993deca85bf151df023a3097b01e09a2809d460348561d8cd"}, "dialyxir": {:hex, :dialyxir, "1.4.5", "ca1571ac18e0f88d4ab245f0b60fa31ff1b12cbae2b11bd25d207f865e8ae78a", [:mix], [{:erlex, ">= 0.2.7", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "b0fb08bb8107c750db5c0b324fa2df5ceaa0f9307690ee3c1f6ba5b9eb5d35c3"}, "earmark": {:hex, :earmark, "1.4.47", "7e7596b84fe4ebeb8751e14cbaeaf4d7a0237708f2ce43630cfd9065551f94ca", [:mix], [], "hexpm", "3e96bebea2c2d95f3b346a7ff22285bc68a99fbabdad9b655aa9c6be06c698f8"}, - "earmark_parser": {:hex, :earmark_parser, "1.4.41", "ab34711c9dc6212dda44fcd20ecb87ac3f3fce6f0ca2f28d4a00e4154f8cd599", [:mix], [], "hexpm", "a81a04c7e34b6617c2792e291b5a2e57ab316365c2644ddc553bb9ed863ebefa"}, + "earmark_parser": {:hex, :earmark_parser, "1.4.42", "f23d856f41919f17cd06a493923a722d87a2d684f143a1e663c04a2b93100682", [:mix], [], "hexpm", "6915b6ca369b5f7346636a2f41c6a6d78b5af419d61a611079189233358b8b8b"}, "erlex": {:hex, :erlex, "0.2.7", "810e8725f96ab74d17aac676e748627a07bc87eb950d2b83acd29dc047a30595", [:mix], [], "hexpm", "3ed95f79d1a844c3f6bf0cea61e0d5612a42ce56da9c03f01df538685365efb0"}, "ex_check": {:hex, :ex_check, "0.16.0", "07615bef493c5b8d12d5119de3914274277299c6483989e52b0f6b8358a26b5f", [:mix], [], "hexpm", "4d809b72a18d405514dda4809257d8e665ae7cf37a7aee3be6b74a34dec310f5"}, "ex_doc": {:hex, :ex_doc, "0.35.1", "de804c590d3df2d9d5b8aec77d758b00c814b356119b3d4455e4b8a8687aecaf", [:mix], [{:earmark_parser, "~> 1.4.39", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.0", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14 or ~> 1.0", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1 or ~> 1.0", [hex: :makeup_erlang, repo: "hexpm", optional: false]}, {:makeup_html, ">= 0.1.0", [hex: :makeup_html, repo: "hexpm", optional: true]}], "hexpm", "2121c6402c8d44b05622677b761371a759143b958c6c19f6558ff64d0aed40df"},