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
- use `mill clean` if mill's native BSP support is used in IntelliJ IDEA
390
+
- ensure that only one version of jsoniter-scala is on the classpath! Having different versions (e.g. through dependencies) will trigger this error. Use `dependencyTree`/[`dependencyGraph`](https://www.scala-sbt.org/sbt-dependency-graph) or similar mechanisms to see if this is the case. If this happens, use [exclusionRules](https://www.scala-sbt.org/1.x/docs/Library-Management.html#Exclude+Transitive+Dependencies) to get rid of the wrong versions.
0 commit comments