Skip to content

Commit

Permalink
Update dep on elixir to ~> 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 25, 2023
1 parent 2d3d6b0 commit d46a8fc
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 @@ -8,7 +8,7 @@ defmodule Drops.MixProject do
[
app: :drops,
version: @version,
elixir: "~> 1.15",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
licenses: "MIT",
Expand Down

0 comments on commit d46a8fc

Please sign in to comment.