Skip to content

Commit

Permalink
use elixir version 1.14 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Jul 28, 2023
1 parent 32cf497 commit 00350eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/elixir-ecto/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Friends.MixProject do
[
app: :friends,
version: "0.1.0",
elixir: "~> 1.13",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down

0 comments on commit 00350eb

Please sign in to comment.