Skip to content

Commit 065adcd

Browse files
author
scala-steward
committed
Update prometheus-metrics-core, ... to 1.5.0
1 parent d4480ae commit 065adcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,8 +1050,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom
10501050
.settings(
10511051
name := "tapir-prometheus-metrics",
10521052
libraryDependencies ++= Seq(
1053-
"io.prometheus" % "prometheus-metrics-core" % "1.4.3",
1054-
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.4.3",
1053+
"io.prometheus" % "prometheus-metrics-core" % "1.5.0",
1054+
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.5.0",
10551055
scalaTest.value % Test
10561056
)
10571057
)

0 commit comments

Comments
 (0)