File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- erlang 27.1. 2
2
- elixir 1.17.3
1
+ erlang 27.2
2
+ elixir 1.18.1
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ 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.17 ] ( https://elixir-lang.org/ ) and
91
+ - [ Elixir 1.18 ] ( https://elixir-lang.org/ ) and
92
92
[ Erlang OTP 27] ( 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Turbo.MixProject do
6
6
app: :turbo ,
7
7
name: "Turbo Racer" ,
8
8
version: "2.0.0" ,
9
- elixir: "~> 1.17 " ,
9
+ elixir: "~> 1.18 " ,
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