You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Missing type parameters for zio.metrics.Metric in subpart zio.metrics.encoders.Encoder.Service[zio.metrics.Metric] of inferred type zio.metrics.encoders.Encoder.Service[zio.metrics.Metric]
There is a trait defined in the same package but in the zio-core:
trait Metric[+Type, -In, +Out]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Scala 3.1.3
ZIO 2.0.2
Compilation fails trying to create a client and provide it encoder:
with the following error message:
There is a trait defined in the same package but in the zio-core:
The text was updated successfully, but these errors were encountered: