We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unsafe FiberRef constructor was exposed zio/zio#7650
We need to use it (along with updating ZIO version to 2.0.6)
tofu/modules/interop/zio2/logging/src/main/scala-2/tofu/logging/zlogs/TofuDefaultContext.scala
Line 23 in 7470a32
The text was updated successfully, but these errors were encountered:
Use unsafe FiberRef constuctor instead of running effectfull construc…
6c1961d
…tor via runtime (tofu-tf#1086)
Using unsafe FiberRef constuctor available in ZIO 2.0.6 (#1087)
87aa40d
* Update zio, zio-test, zio-test-sbt to 2.0.6 * Use unsafe FiberRef constuctor instead of running effectfull constructor via runtime (#1086) Co-authored-by: Tofu Bot <[email protected]>
Successfully merging a pull request may close this issue.
Unsafe FiberRef constructor was exposed zio/zio#7650
We need to use it (along with updating ZIO version to 2.0.6)
tofu/modules/interop/zio2/logging/src/main/scala-2/tofu/logging/zlogs/TofuDefaultContext.scala
Line 23 in 7470a32
The text was updated successfully, but these errors were encountered: