Skip to content

Commit

Permalink
Update dependency environment mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 29, 2023
1 parent 4d71ac8 commit bbe94e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ defmodule Instream.MixProject do
[
{:benchee, "~> 1.1", only: :bench, runtime: false},
{:credo, "~> 1.7", only: :dev, runtime: false},
{:dialyxir, "~> 1.4", only: :test, runtime: false},
{:ex_doc, ">= 0.0.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.4", only: :dev, runtime: false},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:excoveralls, "~> 0.16.0", only: :test, runtime: false},
{:hackney, "~> 1.1"},
{:influxql, "~> 0.2.0"},
Expand Down

0 comments on commit bbe94e6

Please sign in to comment.