We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147f9a2 commit b4cb972Copy full SHA for b4cb972
mix.exs
@@ -4,8 +4,8 @@ defmodule DoubleGisMonitor.MixProject do
4
def project do
5
[
6
app: :double_gis_monitor,
7
- version: "1.4.2",
8
- elixir: "~> 1.11",
+ version: "1.5.1",
+ elixir: "~> 1.16",
9
start_permanent: Mix.env() == :prod,
10
deps: deps()
11
]
0 commit comments