Skip to content

Commit 7ac0257

Browse files
committed
Update deps
1 parent 52abd88 commit 7ac0257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ defmodule AdventOfCode.MixProject do
2323
# Run "mix help deps" to learn about dependencies.
2424
defp deps do
2525
[
26-
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
26+
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
2727
{:floki, "~> 0.36"},
28-
{:httpoison, "~> 2.2.0"},
28+
{:httpoison, "~> 2.2"},
2929
{:jason, "~> 1.4"},
3030
{:libgraph, "~> 0.16"},
3131
{:aja, "~> 0.7"},

0 commit comments

Comments
 (0)