Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Jun 5, 2021
1 parent bee18c8 commit 6b0bf2e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 50 deletions.
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ defmodule Kiwi.MixProject do
{:shoehorn, "~> 0.4"},
{:ring_logger, "~> 0.6"},
{:toolshed, "~> 0.2"},
{:circuits_gpio, "~> 0.4.1"},
{:circuits_spi, "~> 0.1.3"},
{:circuits_i2c, "~> 0.3.3"},
{:circuits_gpio, "~> 0.4"},
{:circuits_spi, "~> 0.1"},
{:circuits_i2c, "~> 0.3"},
{:maru, "~> 0.14.0-pre.1"},
{:plug_cowboy, "~> 2.0"},
{:jason, "~> 1.1"},
{:corsica, "~> 1.1"},
{:mojito, "~> 0.2.0"},
{:nerves_time, "~> 0.2.1", targets: @all_targets},
{:mojito, "~> 0.2"},
{:nerves_time, "~> 0.2", targets: @all_targets},

# Dependencies for all targets except :host
{:nerves_runtime, "~> 0.6", targets: @all_targets},
Expand Down
Loading

0 comments on commit 6b0bf2e

Please sign in to comment.