-
Notifications
You must be signed in to change notification settings - Fork 520
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
doesn't work with scala 3 + scala-native #4114
Comments
CE only supports scala native |
thanks, but it still doesn't seem to work in //> using nativeVersion 0.4.17
//> using scala 3.4.2
//> using dep "org.typelevel::cats-effect:3.5.4"
import cats.effect.{IO, IOApp}
object Main extends IOApp.Simple {
def run: IO[Unit] = IO.println("Hello Cats Effect!")
}
|
@scarf005 you are missing a colon. |
thanks. but shouldn't this be documented in scala-cli docs page? EDIT: adding colon still doesn't seem to work.
|
You now use native |
If I understand it correctly, every behavior have been explained, so I'm closing this. Feel free to reopen if there are still issues. |
tutorial referenced: https://typelevel.org/cats-effect/docs/core/scala-native
System info
The text was updated successfully, but these errors were encountered: