Skip to content

Commit

Permalink
Add dependency on plug
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Feb 5, 2024
1 parent d5b8d86 commit 2edc74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ defmodule KubernetesHealthCheck.MixProject do

defp deps do
[
{:plug, "~> 1.14"},
{:plug_cowboy, "~> 2.5", only: [:dev, :test]},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 2edc74f

Please sign in to comment.