Skip to content

Commit 3a4d930

Browse files
committed
Bump Elixir to 1.18
1 parent 886ae22 commit 3a4d930

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.1.2
2-
elixir 1.17.3
1+
erlang 27.2
2+
elixir 1.18.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ 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.17](https://elixir-lang.org/) and
91+
- [Elixir 1.18](https://elixir-lang.org/) and
9292
[Erlang OTP 27](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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Turbo.MixProject do
66
app: :turbo,
77
name: "Turbo Racer",
88
version: "2.0.0",
9-
elixir: "~> 1.17",
9+
elixir: "~> 1.18",
1010
elixirc_paths: elixirc_paths(Mix.env()),
1111
compilers: Mix.compilers(),
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)