You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be Maven only issue.
On the other thread suggested solution was to upgrade: scala-maven-plugin.
2.12.18 is binary compatible with all 2.12 series according to Scala release notes.
I've tested package and assembly with sbt:
scala version 2.12.18 and avro4s-core 4.1.1
No issue whatsoever.
I get the following warning:
I wonder why avro4s requires a precise version of Scala.
Tried with avro4s-core 4.1.1 and 4.0.13.
Java 11
Scala 2.12.18
Workaround: exclude Scala libs from transitive dependencies:
The text was updated successfully, but these errors were encountered: