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

Update Elixir

This commit is contained in:
Daniel Barber 2022-10-12 20:40:11 -05:00
parent 1de19ae6c9
commit 7bf2312106
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
elixir 1.13.3 elixir 1.14.1
python 3.9.1 python 3.9.1
nodejs 16.14.0 nodejs 16.17.1
erlang 24.2.1 erlang 24.2.1

View File

@ -1,5 +1,5 @@
# Erlang version # Erlang version
erlang_version=23.3.2 erlang_version=24.2.1
# Elixir version # Elixir version
elixir_version=1.13.3 elixir_version=1.14.1

View File

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