v1.25.0
commons-core
full cross project
- Modules
commons-shared
(previously cross compiled to JVM and JS) andcommons-core
(previously JVM only) have been merged into a single cross compiled modulecommons-core
. Therefore you must replace your dependencies tocommons-shared
withcommons-core
. - Removed
BasicJavaInterop
, implementedJavaInterop
separately for JS (without Java 8 stuff which is unavailable in ScalaJS)