Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update zio dependencies #44

Closed
wants to merge 2 commits into from

Conversation

dannashirn
Copy link

Bringing all zio dependencies up to date to latest versions.


class DataDogListener(queue: RingBuffer[(MetricKey[MetricKeyType.Histogram], Double)]) extends MetricListener {
def modifyGauge(key: MetricKey[Gauge], value: Double)(implicit unsafe: Unsafe): Unit = ()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has been already merged within other PR, you could rebase your changes on refreshed branch

@dannashirn dannashirn force-pushed the update-dependencies branch 2 times, most recently from 673e619 to 7419201 Compare June 16, 2023 08:02
Copy link
Collaborator

@petoalbert petoalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @dannashirn!

@petoalbert
Copy link
Collaborator

The build for Scala 3.2.1 is failing because ZIO 2.0.15 has already been upgraded to Scala 3.3.0, which is forwards incompatible. @dannashirn you can fix this by upgrading the Scala 3 version in this PR too.

@dannashirn dannashirn closed this Jun 20, 2023
@dannashirn dannashirn deleted the update-dependencies branch June 20, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants