Skip to content

Commit a1e0051

Browse files
authored
Update Elixir and Erlang
1 parent 55022fa commit a1e0051

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 26.0.2
2-
elixir 1.15.4
1+
erlang 26.2.3
2+
elixir 1.16.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ You can use our Digital Ocean template to get this running quickly in a droplet.
8888

8989
To run this app locally, you need the following dependencies installed:
9090

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/)
9393
- You can quickly do it with [asdf](https://asdf-vm.com/). Once asdf is
9494
installed and then execute `asdf install` within the context of the
9595
`turbo-racer` directory. It will automatically pick up the right Elixir and

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ defmodule Turbo.MixProject do
55
[
66
app: :turbo,
77
name: "Turbo Racer",
8-
version: "1.5.1",
9-
elixir: "~> 1.15",
8+
version: "1.6.0",
9+
elixir: "~> 1.16",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
compilers: Mix.compilers(),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)