diff --git a/mix.exs b/mix.exs index b5c45d4..b60c027 100644 --- a/mix.exs +++ b/mix.exs @@ -40,7 +40,7 @@ defmodule Lamina.Dashboard.MixProject do {:credo, "~> 1.6", only: ~w[dev test]a}, {:ex_doc, ">= 0.26.0", only: ~w[dev test]a}, {:git_ops, "~> 2.4", only: ~w[dev test]a, runtime: false}, - {:jason, "~> 1.0", only: ~w[dev test]a}, + {:jason, "~> 1.2", only: ~w[dev test]a}, {:lamina, "~> 0.4"}, {:phoenix_live_dashboard, "~> 0.6.2", optional: true}, {:phoenix_live_reload, "~> 1.2", only: :dev}