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

add Scala 3 support #24

Merged
merged 1 commit into from
Nov 19, 2022
Merged

add Scala 3 support #24

merged 1 commit into from
Nov 19, 2022

Conversation

myazinn
Copy link
Collaborator

@myazinn myazinn commented Nov 19, 2022

closes #19

import zio.stream.ZStream.Pull
import zio.stream.{ Stream, ZStream }

import scala.jdk.CollectionConverters.IterableHasAsScala
import scala.jdk.OptionConverters.RichOptional

@accessible
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Scala 3 doesn't have this annotation and apparently ZIO moves away from this pattern

@myazinn myazinn merged commit 828d47b into master Nov 19, 2022
@narma narma deleted the scala-3_support branch November 19, 2022 21:00
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.

Scala 3 support
2 participants