Replies: 1 comment
-
|
... as a Danish person I feel obliged to applaud the smørrebrød analogy 👏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scala 3.8.x started to publish its own scala-library, and stopped using Scala 3.13.x:
This is because TASTy Reader on the Scala 2.13 will not be supported for the newer Scala 3.8.x features, and future Scala 3.x releases.
Error state: scala-reflect 3.8.0 not found
If you try to use libraries that are published on Scala 3.8.x or above from a Scala 2.13 subproject, you might run into an error that looks as follows:
The fix would be to stay on Scala 3.7.x libraries, or migrate to Scala 3.x.
See also
Beta Was this translation helpful? Give feedback.
All reactions