mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Compare commits
3 Commits
1de19ae6c9
...
6eb2a53695
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eb2a53695 | |||
| 9b0c75c2ce | |||
| 7bf2312106 |
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
2
mix.exs
2
mix.exs
@ -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,
|
||||
|
||||
@ -1 +1 @@
|
||||
node_version=10.16.0
|
||||
node_version=16.17.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user