Skip to content

Commit

Permalink
Merge pull request #21 from mbta/jz/add-jason-dep
Browse files Browse the repository at this point in the history
chore: Add explicit Jason dep
  • Loading branch information
jzimbel-mbta authored Apr 11, 2024
2 parents 1421fd7 + c329d3f commit 8668491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ defmodule ScreensConfig.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:jason, "~> 1.0"},
{:credo, "~> 1.6.0", only: [:dev, :test]},
{:dialyxir, "~> 1.1.0", only: [:dev, :test], runtime: false}
]
Expand Down

0 comments on commit 8668491

Please sign in to comment.