Update Elixir version

This commit is contained in:
2023-05-17 08:05:38 +02:00
parent 456ce3a4ed
commit b94d6cfc40
4 changed files with 12 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ defmodule KafkaexLagExporter.MixProject do
[
app: :kafkaex_lag_exporter,
version: "0.1.0",
elixir: "~> 1.13",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
start_permanent: Mix.env() == :prod,