File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- erlang 26.0.2
2
- elixir 1.15.4
1
+ erlang 26.2.3
2
+ elixir 1.16.2
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ You can use our Digital Ocean template to get this running quickly in a droplet.
88
88
89
89
To run this app locally, you need the following dependencies installed:
90
90
91
- - [ Elixir 1.14 ] ( https://elixir-lang.org/ ) and
92
- [ Erlang OTP 25 ] ( https://www.erlang.org/ )
91
+ - [ Elixir 1.16 ] ( https://elixir-lang.org/ ) and
92
+ [ Erlang OTP 26 ] ( https://www.erlang.org/ )
93
93
- You can quickly do it with [ asdf] ( https://asdf-vm.com/ ) . Once asdf is
94
94
installed and then execute ` asdf install ` within the context of the
95
95
` turbo-racer ` directory. It will automatically pick up the right Elixir and
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ defmodule Turbo.MixProject do
5
5
[
6
6
app: :turbo ,
7
7
name: "Turbo Racer" ,
8
- version: "1.5.1 " ,
9
- elixir: "~> 1.15 " ,
8
+ version: "1.6.0 " ,
9
+ elixir: "~> 1.16 " ,
10
10
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
11
11
compilers: Mix . compilers ( ) ,
12
12
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments