Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 25.3
elixir 1.14.3-otp-25
elixir 1.14.4-otp-25
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The purpose of this project is to implement an application where fans can commen

## Software requirements

- Elixir 1.14.3 or newer
- Elixir 1.14.4 or newer

- Erlang 25.3 or newer

- Phoenix 1.6.16 or newer

- PostgreSQL 14.5 or newer
- PostgreSQL 14.7 or newer

Note: This tutorial was updated on macOS 12.6.2.
Note: This tutorial was updated on macOS 13.3.

## Communication

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Flix.MixProject do
[
app: :flix,
version: "0.1.0",
elixir: "~> 1.14.3",
elixir: "~> 1.14.4",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down