tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

Add support for Scala.js 0.6.29+ and 1.0 test modules #97

Closed tindzk closed 4 years ago

tindzk commented 4 years ago

For newer Scala.js versions, the scalajs-test-bridge artefact must be added to the classpath.

Further changes were made to improve compatibility with the MUnit testing library:

  1. Add build setting allowing to specify Scala.js module kind
  2. Fix ordering of classpath in generated Bloop configuration files

See also: