Skip to content

Commit 6412fea

Browse files
committed
Remove Aja
1 parent f1f4dd1 commit 6412fea

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

mix.exs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ defmodule AdventOfCode.MixProject do
2424
defp deps do
2525
[
2626
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
27-
{:floki, "~> 0.36"},
28-
{:httpoison, "~> 2.2"},
29-
{:yog_ex, github: "code-shoily/yog_ex", branch: "main"},
30-
{:aja, "~> 0.7"}
27+
{:floki, "~> 0.36", only: [:dev]},
28+
{:httpoison, "~> 2.2", only: [:dev]},
29+
{:yog_ex, github: "code-shoily/yog_ex", branch: "main"}
3130
]
3231
end
3332

mix.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%{
2-
"aja": {:hex, :aja, "0.7.4", "5f14885df9fdd71e17cfc5f51ec42fe4b8328b23dd7ac34aa4acae6b77843819", [:mix], [{:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "e7d295357288558f808431f8cc3ce313b3b5d02b20a446433da48490440c7286"},
32
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
43
"certifi": {:hex, :certifi, "2.15.0", "0e6e882fcdaaa0a5a9f2b3db55b1394dba07e8d6d9bcad08318fb604c6839712", [:rebar3], [], "hexpm", "b147ed22ce71d72eafdad94f055165c1c182f61a2ff49df28bcc71d1d5b94a60"},
54
"credo": {:hex, :credo, "1.7.17", "f92b6aa5b26301eaa5a35e4d48ebf5aa1e7094ac00ae38f87086c562caf8a22f", [: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", "1eb5645c835f0b6c9b5410f94b5a185057bcf6d62a9c2b476da971cde8749645"},

0 commit comments

Comments
 (0)