bump otp version

pull/2402/head
Ayrat Badykov 5 years ago
parent 485b51f9b5
commit 87cd759c80
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      .tool-versions
  2. 2
      mix.exs

@ -1,3 +1,3 @@
elixir 1.9 elixir 1.9.1-otp-22
erlang 21.0.4 erlang 22.0
nodejs 10.11.0 nodejs 10.11.0

@ -14,7 +14,7 @@ defmodule BlockScout.Mixfile do
plt_add_apps: ~w(ex_unit mix)a, plt_add_apps: ~w(ex_unit mix)a,
ignore_warnings: ".dialyzer-ignore" ignore_warnings: ".dialyzer-ignore"
], ],
elixir: "~> 1.9", elixir: "~> 1.9.1",
preferred_cli_env: [ preferred_cli_env: [
coveralls: :test, coveralls: :test,
"coveralls.detail": :test, "coveralls.detail": :test,

Loading…
Cancel
Save