Skip to content

Commit

Permalink
Bump ring_logger and toolshed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 4, 2023
1 parent 6e35007 commit 6da6703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mix/tasks/nerves/new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ defmodule Mix.Tasks.Nerves.New do
@nerves_dep ~s[{:nerves, "~> #{@nerves_vsn}", runtime: false}]
@shoehorn_vsn "0.9.1"
@runtime_vsn "0.13.0"
@ring_logger_vsn "0.8.5"
@ring_logger_vsn "0.9.0"
@nerves_pack_vsn "0.7.0"
@toolshed_vsn "0.2.26"
@toolshed_vsn "0.3.0"

@elixir_vsn "~> 1.11"

Expand Down

0 comments on commit 6da6703

Please sign in to comment.