Skip to content

Commit

Permalink
Loosen slightly meeseeks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 28, 2020
1 parent 66aacf5 commit 3adfec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule Text.MixProject do
defp deps do
[
{:flow, "~> 0.14"},
{:meeseeks, "~> 0.15.1", only: [:dev, :test], optional: true},
{:meeseeks, "~> 0.15", only: [:dev, :test], optional: true},
{:ex_doc, "~> 0.21", only: [:dev, :release], optional: true},
{:benchee, "~> 1.0", only: :dev, runtime: false},
{:jason, "~> 1.0", only: :dev, runtime: false},
Expand Down

0 comments on commit 3adfec4

Please sign in to comment.