Skip to content

Commit

Permalink
add: lower min elixir version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 22, 2024
1 parent 2151b4a commit 4309184
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule OffBroadway.EMQTT.MixProject do
nil
use Mix.Project

@version "0.1.0"
Expand All @@ -10,7 +9,7 @@ defmodule OffBroadway.EMQTT.MixProject do
[
app: :off_broadway_emqtt,
version: @version,
elixir: "~> 1.17",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
description: @description,
Expand Down

0 comments on commit 4309184

Please sign in to comment.