From 681d59930e47f16f25df684d507a84d32b11f162 Mon Sep 17 00:00:00 2001 From: Kacper Perzankowski Date: Thu, 2 Jun 2022 22:38:33 +0200 Subject: [PATCH] Update mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2f3ee04e..54e8415f 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,7 @@ defmodule GRPC.Mixfile do {:cowboy, "~> 2.7"}, {:gun, "~> 2.0.0", hex: :grpc_gun}, # 2.9.0 fixes some important bugs, so it's better to use ~> 2.9.0 - # {:cowlib, "~> 2.9.0", override: true}, + {:cowlib, "~> 2.9.0", override: true}, {:ex_doc, "~> 0.23", only: :dev}, {:inch_ex, "~> 2.0", only: [:dev, :test]}, {:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},