Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 27, 2024
1 parent e886787 commit f3754b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ defmodule GraphQLWSClient.MixProject do
[
{:connection, "~> 1.1"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.16", only: :test, runtime: false},
{:ex_doc, "~> 0.29", only: :dev, runtime: false},
{:dialyxir, "~> 1.3", only: [:dev, :test], runtime: false},
{:gun, "~> 2.0", optional: true},
{:excoveralls, "~> 0.18", only: :test, runtime: false},
{:ex_doc, "~>0.31", only: :dev, runtime: false},
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
{:gun, "~> 2.1", optional: true},
{:jason, "~> 1.4", optional: true},
{:mix_audit, "~> 2.1", only: [:dev, :test]},
{:mox, "~> 1.0", only: :test},
{:mox, "~> 1.1", only: :test},
{:uuid, "~> 1.1"}
]
end
Expand Down

0 comments on commit f3754b0

Please sign in to comment.