Skip to content

v1.25.0

Compare
Choose a tag to compare
@ghik ghik released this 06 Dec 07:09
· 2362 commits to master since this release

commons-core full cross project

  • Modules commons-shared (previously cross compiled to JVM and JS) and commons-core (previously JVM only) have been merged into a single cross compiled module commons-core. Therefore you must replace your dependencies to commons-shared with commons-core.
  • Removed BasicJavaInterop, implemented JavaInterop separately for JS (without Java 8 stuff which is unavailable in ScalaJS)