Skip to content

Commit caf28cd

Browse files
committed
v0.4.1 release
1 parent 7cdd326 commit caf28cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mix.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AHT20.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@source_url "https://github.com/mnishiguchi/aht20"
66

77
def project do
@@ -29,9 +29,9 @@ defmodule AHT20.MixProject do
2929
[
3030
{:circuits_i2c, "~> 1.0"},
3131
{:mox, "~> 1.0", only: :test},
32-
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},
33-
{:ex_doc, "~> 0.14", only: :dev, runtime: false},
34-
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
32+
{:mix_test_watch, "~> 1.1", only: :dev, runtime: false},
33+
{:ex_doc, "~> 0.26", only: :dev, runtime: false},
34+
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
3535
{:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false}
3636
]
3737
end

0 commit comments

Comments
 (0)