I am using However when executing sbt assembly I am getting: [error] [launcher] error during sbt launcher: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release running java 18 Answer Using java 8 solved this issue as AminMal suggested
Tag: sbt-plugin
How to fix No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated?
I’m having this error: No processor claimed any of these annotations: org.apache.avro.specific.AvroGenerated How I got the error: I was trying to implement an Avro serialize and deserialize. So, I …