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

Compare commits

..

No commits in common. "6eb2a53695fca3cfdd1c650767222403ed91438d" and "1de19ae6c9a7cfa00b4803f3d4995d0bf754bf4a" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[ [
app: :chess, app: :chess,
version: "0.2.0", version: "0.2.0",
elixir: "~> 1.14.1", elixir: "~> 1.13.3",
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,

View File

@ -1 +1 @@
node_version=16.17.1 node_version=10.16.0