Skip to content

Commit

Permalink
Allow FLAME 0.5.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Sep 11, 2024
1 parent 82794da commit 410eab3
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 @@ -32,7 +32,7 @@ defmodule FlameK8sBackend.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:flame, "~> 0.4.0"},
{:flame, "~> 0.4.0 or ~> 0.5.0"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
Expand Down

0 comments on commit 410eab3

Please sign in to comment.