Skip to content

Commit 0d2354b

Browse files
Update zio-metrics-connectors, ... to 2.5.4
1 parent f73a5d5 commit 0d2354b

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

build.sbt

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,19 @@ inThisBuild(
127127

128128
ThisBuild / githubWorkflowBuildTimeout := Some(60.minutes)
129129

130-
lazy val exampleProjects: Seq[ProjectReference] = if ("git describe --tags --exact-match".! == 0) Seq.empty[ProjectReference] else Seq[ProjectReference](
131-
zioHttpExampleBasicAuth,
132-
zioHttpExampleCookieAuth,
133-
zioHttpExampleDigestAuth,
134-
zioHttpExampleOpaqueBearerTokenAuth,
135-
zioHttpExampleJwtBearerTokenAuth,
136-
zioHttpExampleJwtBearerRefreshTokenAuth,
137-
zioHttpExampleOauthBearerTokenAuth,
138-
zioHttpExampleWebauthn,
139-
)
140-
130+
lazy val exampleProjects: Seq[ProjectReference] =
131+
if ("git describe --tags --exact-match".! == 0) Seq.empty[ProjectReference]
132+
else
133+
Seq[ProjectReference](
134+
zioHttpExampleBasicAuth,
135+
zioHttpExampleCookieAuth,
136+
zioHttpExampleDigestAuth,
137+
zioHttpExampleOpaqueBearerTokenAuth,
138+
zioHttpExampleJwtBearerTokenAuth,
139+
zioHttpExampleJwtBearerRefreshTokenAuth,
140+
zioHttpExampleOauthBearerTokenAuth,
141+
zioHttpExampleWebauthn,
142+
)
141143

142144
lazy val aggregatedProjects: Seq[ProjectReference] =
143145
if (Shading.shadingEnabled) {
@@ -182,8 +184,8 @@ lazy val zioHttp = crossProject(JSPlatform, JVMPlatform)
182184
.settings(
183185
autoCompilerPlugins := true,
184186
libraryDependencies ++= unroll,
185-
addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.1.12")
186-
)
187+
addCompilerPlugin("com.lihaoyi" %% "unroll-plugin" % "0.1.12"),
188+
)
187189
.settings(
188190
libraryDependencies ++= {
189191
CrossVersion.partialVersion(scalaVersion.value) match {
@@ -359,8 +361,8 @@ lazy val zioHttpExample = (project in file("zio-http-example"))
359361
`zio-config`,
360362
`zio-config-magnolia`,
361363
`zio-config-typesafe`,
362-
"dev.zio" %% "zio-metrics-connectors" % "2.5.0",
363-
"dev.zio" %% "zio-metrics-connectors-prometheus" % "2.5.0",
364+
"dev.zio" %% "zio-metrics-connectors" % "2.5.4",
365+
"dev.zio" %% "zio-metrics-connectors-prometheus" % "2.5.4",
364366
),
365367
)
366368
.dependsOn(zioHttpJVM, zioHttpCli, zioHttpGen, zioHttpDatastarSdk)

0 commit comments

Comments
 (0)