Skip to content

Commit

Permalink
Merge pull request #56 from brunojppb/elixir-1.18
Browse files Browse the repository at this point in the history
Bump Elixir to 1.18
  • Loading branch information
brunojppb authored Jan 5, 2025
2 parents 886ae22 + 3a4d930 commit 5d8d897
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 27.1.2
elixir 1.17.3
erlang 27.2
elixir 1.18.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can use our Digital Ocean template to get this running quickly in a droplet.

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

- [Elixir 1.17](https://elixir-lang.org/) and
- [Elixir 1.18](https://elixir-lang.org/) and
[Erlang OTP 27](https://www.erlang.org/)
- You can quickly do it with [asdf](https://asdf-vm.com/). Once asdf is
installed and then execute `asdf install` within the context of the
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Turbo.MixProject do
app: :turbo,
name: "Turbo Racer",
version: "2.0.0",
elixir: "~> 1.17",
elixir: "~> 1.18",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5d8d897

Please sign in to comment.