-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cross-build for Native #426
Conversation
Co-authored-by: 110416 <ito.yo16uh90616@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finishing this up!
@@ -1,3 +1,5 @@ | |||
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") | |||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just FYI, 0.4.5 enables building Scala 3 Native on Java 17 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I forgot update this. No problem, there will be a steward update here shortly :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually already is!
Squashes #376 and brings it across the finish line.