Skip to content

Commit

Permalink
remove mix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Nov 10, 2023
1 parent 386b922 commit 71b27c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Tarams.MixProject do
def project do
[
app: :tarams,
version: "1.7.1",
version: "1.8.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -52,10 +52,10 @@ defmodule Tarams.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:valdi, "~> 0.3"},
{:valdi, "~> 0.4"},
{:ex_doc, "~> 0.27", only: [:dev]},
{:excoveralls, "~> 0.16", only: :test},
{:decimal, "~> 2.0"}
{:decimal, "~> 2.1"}
]
end
end
23 changes: 0 additions & 23 deletions mix.lock

This file was deleted.

0 comments on commit 71b27c2

Please sign in to comment.