File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,8 @@ Add `:tesla` as dependency in `mix.exs`:
6161``` elixir
6262defp deps do
6363 [
64- {:tesla , " ~> 1.9" },
65-
66- # optional, but recommended adapter
67- {:hackney , " ~> 1.20" },
68-
64+ # or latest version
65+ {:tesla , " ~> 1.11" },
6966 # optional, required by JSON middleware
7067 {:jason , " ~> 1.4" }
7168 ]
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ defmodule Tesla.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/teamon/tesla"
5- @ version "1.11.1 "
5+ @ version "1.11.2 "
66
77 def project do
88 [
99 app: :tesla ,
1010 version: @ version ,
1111 description: description ( ) ,
1212 package: package ( ) ,
13- elixir: "~> 1.10 " ,
13+ elixir: "~> 1.14 " ,
1414 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1515 deps: deps ( ) ,
1616 lockfile: lockfile ( System . get_env ( "LOCKFILE" ) ) ,
You can’t perform that action at this time.
0 commit comments