Scala 2.13 won't compile
See original GitHub issueHello ! Thanks for a great project. I used your g8 template to generate a stub and integrate it in a main project. This works for Scala 2.12, but fails to compile for 2.13, due to renamed collections.
[error] (protocol / muSrcGen) java.lang.NoSuchMethodError: 'scala.jdk.CollectionConverters$RichConcurrentHashMap scala.jdk.CollectionConverters$.RichConcurrentHashMap(java.util.concurrent.ConcurrentHashMap)'
[error] (update) sbt.librarymanagement.ResolveException: Error downloading tetra-protocol:tetra-protocol_2.13:0.1.0-SNAPSHOT
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
can't compile scala 2.13.0 · Issue #9857 · gradle/gradle - GitHub
Task has failed previously. Zinc is doing a full recompile since the analysis file doesn't exist. Starting process 'Gradle Worker Daemon 8'.
Read more >sbt - scala 2.13 - error during compiling plugin - Stack Overflow
During compiling I get an error: java.lang.NoClassDefFoundError: scala/collection/immutable/StringOps When I change the version to 2.12.6 ...
Read more >[Solved] IndexOutOfBoundsException in Scala 2.13.8 inliner
I have ~30 Scala 2.13.8 work projects (so no source immediately available) that are getting updated to compile and run on JDK 17....
Read more >IntelliJ IDEA - Troubleshoot common Scala issues - JetBrains
In most cases your project JDK is not compatible with Scala or sbt version, try to change the Scala Compile Server SDK. Press...
Read more >Scala is a Maintenance Nightmare - MungingData
Scala libraries need to be cross compiled with different Scala versions. utest v0.7.7 ... Migrating to Scala 2.12 or Scala 2.13 can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should be fixed now in
"com.julianpeeters" %% "avrohugger-core" % "1.0.0-RC23"
Kudos @targeter for the fix
I tried this product before I found
zio-grpc
. I’m writing most code with ZIO, so its a simply better coding fit. Nothing wrong withmu-scala
, its an awesome lib.Kudos @cb372 for building it. I saw his talk on Scala-in-the-City conference and decided to try