Skip to content

Commit bc88566

Browse files
committed
Also include nimble_options 1.0
Also add nimble_options 1.0 which doesn't have any breaking changes https://github.com/dashbitco/nimble_options/blob/dc4dc3a6252dfcc1d18cd2d6292d73ae2b71a5f1/CHANGELOG.md#v100
1 parent 26bd02b commit bc88566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule Scenic.Mixfile do
4747
defp deps do
4848
[
4949
{:font_metrics, "~> 0.5.0"},
50-
{:nimble_options, "~> 0.3.4 or ~> 0.4.0 or ~> 0.5.0"},
50+
{:nimble_options, "~> 0.3.4 or ~> 0.4.0 or ~> 0.5.0 or ~> 1.0"},
5151
{:ex_image_info, "~> 0.2.4"},
5252
{:truetype_metrics, "~> 0.6"},
5353

0 commit comments

Comments
 (0)