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

Compare commits

..

3 Commits

Author SHA1 Message Date
6eb2a53695 Is this the right format? 2022-10-12 20:41:50 -05:00
9b0c75c2ce Update NodeJS version 2022-10-12 20:40:23 -05:00
7bf2312106 Update Elixir 2022-10-12 20:40:11 -05:00
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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