Install kafka_ex

This commit is contained in:
2022-02-12 23:14:35 +01:00
parent d8692d8319
commit c584c6dbee
3 changed files with 16 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ defmodule KafkaexLagExporter.MixProject do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:kafka_ex, "~> 0.12.1"},
]
end
end