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
Scala JS always uses CrossVersion.for3Use2_13, even for libraries that only work with Scala 3.
No response
When the selected Scala version is Scala 3, scastie should use Scala 3 libraries.
I think the issue is
scastie/api/src/main/scala/com.olegych.scastie.api/ScalaTarget.scala
Lines 211 to 212 in 0e1f7bf
Maybe it should look like
Lines 286 to 291 in 0e1f7bf
Scastie website
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Scala JS always uses CrossVersion.for3Use2_13, even for libraries that only work with Scala 3.
Scastie snippet link
No response
To Reproduce
Expected behavior
When the selected Scala version is Scala 3, scastie should use Scala 3 libraries.
I think the issue is
scastie/api/src/main/scala/com.olegych.scastie.api/ScalaTarget.scala
Lines 211 to 212 in 0e1f7bf
Maybe it should look like
scastie/api/src/main/scala/com.olegych.scastie.api/ScalaTarget.scala
Lines 286 to 291 in 0e1f7bf
Screenshot ( Optional )
No response
Version
Scastie website
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: