Skip to content

Commit e2abef5

Browse files
committed
update deps
1 parent 7bef93d commit e2abef5

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CaptainHook.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/annatel/captain_hook"
5-
@version "3.1.0"
5+
@version "3.2.0"
66

77
def project do
88
[
@@ -29,18 +29,18 @@ defmodule CaptainHook.MixProject do
2929
defp deps do
3030
[
3131
{:mox, "~> 0.4", only: :test},
32-
{:bypass, "~> 2.1.0", only: :test},
32+
{:bypass, "~> 2.1", only: :test},
3333
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
3434
{:myxql, ">= 0.0.0"},
3535
{:ecto_sql, "~> 3.6"},
36-
{:captain_hook_signature, "~> 0.4.1"},
36+
{:captain_hook_signature, "~> 0.4"},
3737
{:antl_utils_elixir, "~> 1.4"},
3838
{:antl_utils_ecto, "~> 2.8"},
3939
{:queuetopia, "~> 2.5"},
40-
{:finch, "~> 0.7.0"},
40+
{:finch, "~> 0.7"},
4141
{:plug_crypto, "~> 1.0"},
4242
{:recase, "~> 0.7"},
43-
{:shortcode, "~> 0.7.0"},
43+
{:shortcode, "~> 0.7"},
4444
{:padlock, "~> 0.2"},
4545
{:jason, "~> 1.2"}
4646
]

0 commit comments

Comments
 (0)