X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=f2635da2427feacc994c00d08ea7400d12f86f97;hb=646bf0160893f01fe14d1d38f24420ac6c962804;hp=e4fe5adf4f552c8141dcbb3a5d15f073b806ef40;hpb=4785596a2cf638570b35afc91babbb0ac8309981;p=akkoma diff --git a/mix.exs b/mix.exs index e4fe5adf4..f2635da24 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Pleroma.Mixfile do [ app: :pleroma, version: version("1.0.0"), - elixir: "~> 1.7", + elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), elixirc_options: [warnings_as_errors: true], @@ -113,7 +113,7 @@ defmodule Pleroma.Mixfile do {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"}, {:poison, "~> 3.0", override: true}, - {:tesla, "~> 1.2"}, + {:tesla, "~> 1.3", override: true}, {:jason, "~> 1.0"}, {:mogrify, "~> 0.6.1"}, {:ex_aws, "~> 2.1"},