Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 6b0bf2e

Browse files
committed
Updated dependencies
1 parent bee18c8 commit 6b0bf2e

File tree

2 files changed

+56
-50
lines changed

2 files changed

+56
-50
lines changed

mix.exs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ defmodule Kiwi.MixProject do
3636
{:shoehorn, "~> 0.4"},
3737
{:ring_logger, "~> 0.6"},
3838
{:toolshed, "~> 0.2"},
39-
{:circuits_gpio, "~> 0.4.1"},
40-
{:circuits_spi, "~> 0.1.3"},
41-
{:circuits_i2c, "~> 0.3.3"},
39+
{:circuits_gpio, "~> 0.4"},
40+
{:circuits_spi, "~> 0.1"},
41+
{:circuits_i2c, "~> 0.3"},
4242
{:maru, "~> 0.14.0-pre.1"},
4343
{:plug_cowboy, "~> 2.0"},
4444
{:jason, "~> 1.1"},
4545
{:corsica, "~> 1.1"},
46-
{:mojito, "~> 0.2.0"},
47-
{:nerves_time, "~> 0.2.1", targets: @all_targets},
46+
{:mojito, "~> 0.2"},
47+
{:nerves_time, "~> 0.2", targets: @all_targets},
4848

4949
# Dependencies for all targets except :host
5050
{:nerves_runtime, "~> 0.6", targets: @all_targets},

0 commit comments

Comments
 (0)