Skip to content

Commit

Permalink
Pin Elixir version to 1.13 minor, without patches (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster authored Jan 23, 2022
1 parent 20ba155 commit eb70651
Showing 1 changed file with 1 addition and 1 deletion.
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 Tronto.MixProject do
[
app: :tronto,
version: "0.1.0",
elixir: "~> 1.13.1",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext, :domo_compiler] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit eb70651

Please sign in to comment.