@@ -9,7 +9,7 @@ defmodule HTTPClient.MixProject do
99 [
1010 app: :http_client ,
1111 version: @ version ,
12- elixir: "~> 1.12 " ,
12+ elixir: "~> 1.13 " ,
1313 description: "Facade for HTTP client." ,
1414 docs: docs ( ) ,
1515 start_permanent: Mix . env ( ) == :prod ,
@@ -29,15 +29,15 @@ defmodule HTTPClient.MixProject do
2929 defp deps do
3030 [
3131 { :nimble_options , "~> 0.4" } ,
32- { :httpoison , "~> 1.8 " } ,
33- { :finch , "~> 0.11 " } ,
32+ { :httpoison , "~> 2.1 " } ,
33+ { :finch , "~> 0.16 " } ,
3434 { :telemetry , "~> 1.0" } ,
35- { :jason , "~> 1.3 " } ,
36- { :mime , "~> 1.6 or ~> 2.0" } ,
37- { :plug , "~> 1.12 " , only: :test , override: true } ,
38- { :plug_cowboy , "~> 2.5 " , only: :test , override: true } ,
35+ { :jason , "~> 1.4 " } ,
36+ { :mime , "~> 2.0" } ,
37+ { :plug , "~> 1.14 " , only: :test , override: true } ,
38+ { :bandit , "~> 1.0-pre " , only: :test , override: true } ,
3939 { :bypass , "~> 2.1" , only: :test } ,
40- { :ex_doc , "~> 0.27.3 " , only: :dev , runtime: false }
40+ { :ex_doc , "~> 0.30 " , only: :dev , runtime: false }
4141 ]
4242 end
4343
0 commit comments