Skip to content

Commit

Permalink
Add StreamData to prod account
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Matiushkin committed Feb 13, 2024
1 parent 303f1ed commit a9cd9fa
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 @@ -45,7 +45,7 @@ defmodule Estructura.MixProject do

defp deps do
[
{:stream_data, "~> 0.5", only: [:test, :dev, :ci]},
{:stream_data, "~> 0.5"},
{:jason, "~> 1.0", optional: true},
{:excoveralls, "~> 0.14", only: [:test, :ci], runtime: false},
{:credo, "~> 1.0", only: [:dev, :test, :ci]},
Expand Down

0 comments on commit a9cd9fa

Please sign in to comment.