Skip to content

Commit

Permalink
Update elixir_make to 0.8.3
Browse files Browse the repository at this point in the history
Closes #346 .
  • Loading branch information
crertel authored May 27, 2024
1 parent 507cb29 commit beb76a0
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 @@ -52,7 +52,7 @@ defmodule Scenic.Mixfile do
{:truetype_metrics, "~> 0.6"},

# Tools
{:elixir_make, "~> 0.7.7", runtime: false},
{:elixir_make, "~> 0.8.3", runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
{:excoveralls, ">= 0.0.0", only: :test, runtime: false},
Expand Down

0 comments on commit beb76a0

Please sign in to comment.