Skip to content

Commit

Permalink
update envar to 1.0.8 so dialyxer runtime: false
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 12, 2022
1 parent 1cff500 commit 0b7697a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Gogs.MixProject do
def project do
[
app: :gogs,
version: "1.0.0",
version: "1.0.1",
elixir: @elixir_requirement,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -39,9 +39,9 @@ defmodule Gogs.MixProject do

# Parse JSON data: github.com/michalmuskala/jason
{:jason, "~> 1.3.0"},

# Check environment variables: github.com/dwyl/envar
{:envar, "~> 1.0.5"},
{:envar, "~> 1.0.8"},

# Git interface: github.com/danhper/elixir-git-cli
{:git_cli, "~> 0.3"},
Expand Down

0 comments on commit 0b7697a

Please sign in to comment.