We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7315fb commit a254c05Copy full SHA for a254c05
build.sbt
@@ -301,8 +301,8 @@ lazy val zioHttpExample = (project in file("zio-http-example"))
301
`zio-config`,
302
`zio-config-magnolia`,
303
`zio-config-typesafe`,
304
- "dev.zio" %% "zio-metrics-connectors" % "2.4.3",
305
- "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.4.3",
+ "dev.zio" %% "zio-metrics-connectors" % "2.5.0",
+ "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.5.0",
306
),
307
)
308
.dependsOn(zioHttpJVM, zioHttpCli, zioHttpGen)
0 commit comments