Skip to content

Commit 0bc98c6

Browse files
committed
Bump Nerves systems to nerves_system_br 1.20.6 versions
This makes it possible to use Elixir 1.14 without warnings, so update that too.
1 parent 2eb5c5a commit 0bc98c6

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
defaults: &defaults
22
working_directory: /nerves/build
33
docker:
4-
- image: nervesproject/nerves_system_br:1.20.4
4+
- image: nervesproject/nerves_system_br:1.20.6
55
environment:
66
MIX_ENV: prod
77

88
elixir_version: &elixir_version
9-
ELIXIR_VERSION: 1.13.4-otp-25
9+
ELIXIR_VERSION: 1.14.0-otp-25
1010

1111
install_elixir: &install_elixir
1212
run:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 25.0.3
2-
elixir 1.13.4-otp-25
1+
erlang 25.0.4
2+
elixir 1.14.0-otp-25

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ defmodule CircuitsQuickstart.MixProject do
4141
defp deps do
4242
[
4343
# Dependencies for all targets
44-
{:nerves, "~> 1.8.0", runtime: false},
44+
{:nerves, "~> 1.9.0", runtime: false},
4545
{:shoehorn, "~> 0.9.0"},
4646
{:ring_logger, "~> 0.8.1"},
4747
{:toolshed, "~> 0.2.13"},

0 commit comments

Comments
 (0)