From 0d2354bdb079c39f437b83e943acd479ff73d298 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 00:18:59 +0000 Subject: [PATCH] Update zio-metrics-connectors, ... to 2.5.4 --- build.sbt | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/build.sbt b/build.sbt index 19d37aa9e..ffdd5df73 100644 --- a/build.sbt +++ b/build.sbt @@ -127,17 +127,19 @@ inThisBuild( ThisBuild / githubWorkflowBuildTimeout := Some(60.minutes) -lazy val exampleProjects: Seq[ProjectReference] = if ("git describe --tags --exact-match".! == 0) Seq.empty[ProjectReference] else Seq[ProjectReference]( - zioHttpExampleBasicAuth, - zioHttpExampleCookieAuth, - zioHttpExampleDigestAuth, - zioHttpExampleOpaqueBearerTokenAuth, - zioHttpExampleJwtBearerTokenAuth, - zioHttpExampleJwtBearerRefreshTokenAuth, - zioHttpExampleOauthBearerTokenAuth, - zioHttpExampleWebauthn, - ) - +lazy val exampleProjects: Seq[ProjectReference] = + if ("git describe --tags --exact-match".! == 0) Seq.empty[ProjectReference] + else + Seq[ProjectReference]( + zioHttpExampleBasicAuth, + zioHttpExampleCookieAuth, + zioHttpExampleDigestAuth, + zioHttpExampleOpaqueBearerTokenAuth, + zioHttpExampleJwtBearerTokenAuth, + zioHttpExampleJwtBearerRefreshTokenAuth, + zioHttpExampleOauthBearerTokenAuth, + zioHttpExampleWebauthn, + ) lazy val aggregatedProjects: Seq[ProjectReference] = if (Shading.shadingEnabled) { @@ -182,8 +184,8 @@ lazy val zioHttp = crossProject(JSPlatform, JVMPlatform) .settings( autoCompilerPlugins := true, libraryDependencies ++= unroll, - addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.1.12") - ) + addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.1.12"), + ) .settings( libraryDependencies ++= { CrossVersion.partialVersion(scalaVersion.value) match { @@ -359,8 +361,8 @@ lazy val zioHttpExample = (project in file("zio-http-example")) `zio-config`, `zio-config-magnolia`, `zio-config-typesafe`, - "dev.zio" %% "zio-metrics-connectors" % "2.5.0", - "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.5.0", + "dev.zio" %% "zio-metrics-connectors" % "2.5.4", + "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.5.4", ), ) .dependsOn(zioHttpJVM, zioHttpCli, zioHttpGen, zioHttpDatastarSdk)