1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Upgrade to latest Elixir/Erlang

This commit is contained in:
Daniel Barber 2022-02-15 21:00:29 -06:00
parent c3e1206b58
commit a893dd3e85
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
elixir 1.11.3
elixir 1.13.3
python 3.9.1
nodejs 16.14.0
erlang 23.2.3
erlang 24.2.1

View File

@ -1,5 +1,5 @@
# Erlang version
erlang_version=23.2.3
erlang_version=24.2.1
# Elixir version
elixir_version=1.11.3
elixir_version=1.13.3

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[
app: :chess,
version: "0.2.0",
elixir: "~> 1.11.3",
elixir: "~> 1.13.3",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod,