Skip to content

Commit

Permalink
fix: typo in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Mar 29, 2024
1 parent 4406101 commit 3249c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule GraphQLWSClient.MixProject do
{:connection, "~> 1.1"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.18", only: :test, runtime: false},
{:ex_doc, "~>0.31", only: :dev, 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},
Expand Down

0 comments on commit 3249c62

Please sign in to comment.