We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef93d commit e2abef5Copy full SHA for e2abef5
mix.exs
@@ -2,7 +2,7 @@ defmodule CaptainHook.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/annatel/captain_hook"
5
- @version "3.1.0"
+ @version "3.2.0"
6
7
def project do
8
[
@@ -29,18 +29,18 @@ defmodule CaptainHook.MixProject do
29
defp deps do
30
31
{:mox, "~> 0.4", only: :test},
32
- {:bypass, "~> 2.1.0", only: :test},
+ {:bypass, "~> 2.1", only: :test},
33
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
34
{:myxql, ">= 0.0.0"},
35
{:ecto_sql, "~> 3.6"},
36
- {:captain_hook_signature, "~> 0.4.1"},
+ {:captain_hook_signature, "~> 0.4"},
37
{:antl_utils_elixir, "~> 1.4"},
38
{:antl_utils_ecto, "~> 2.8"},
39
{:queuetopia, "~> 2.5"},
40
- {:finch, "~> 0.7.0"},
+ {:finch, "~> 0.7"},
41
{:plug_crypto, "~> 1.0"},
42
{:recase, "~> 0.7"},
43
- {:shortcode, "~> 0.7.0"},
+ {:shortcode, "~> 0.7"},
44
{:padlock, "~> 0.2"},
45
{:jason, "~> 1.2"}
46
]
0 commit comments