zio / zio-metrics-legacy

⛔️ DEPRECATED
https://zio.github.io/zio-metrics
Apache License 2.0
56 stars 39 forks source link

Scala 3 support #107

Closed arixmkii closed 2 years ago

arixmkii commented 2 years ago

Would be nice to have native Scala 3 support (via cross build). Right now to use this library you will have to resolve all other Zio dependencies with CrossVersion.for3Use2_13 option.

toxicafunk commented 2 years ago

Will look into this this week.

arixmkii commented 2 years ago

@toxicafunk I did a PR. It passes all the tests. Hope it could help as a starting point.