Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion load_test/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule LoadTest.MixProject do
{:plug_cowboy, "~> 2.9"},
{:prometheus_ex, "~> 3.1"},
{:prometheus_plugs, "~> 1.0"},
{:prometheus, "~> 5.0", override: true},
{:prometheus, "~> 6.0", override: true},
{:parent, "~> 0.12"},
{:uuid, "~> 1.1"},
{:finch, "~> 0.23"},
Expand Down
2 changes: 1 addition & 1 deletion neurow/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule Neurow.MixProject do
{:libcluster_ec2, "~> 0.5"},
{:prometheus_ex, "~> 3.1"},
{:prometheus_plugs, "~> 1.0"},
{:prometheus, "~> 5.0", override: true},
{:prometheus, "~> 6.0", override: true},
{:parent, "~> 0.12"},
{:jose, "~> 1.11"},
{:jiffy, "~> 1.1"},
Expand Down
Loading