AirSpec uses java.util.logging, which means that when running on Scala.js, org.scala-js:scalajs-java-logging library must be available; since it is not listed as a dependency of airspec_sjs1, we get Scala.js link errors unless required dependency is added manually.
Please make the dependency explicit.
AirSpec uses
java.util.logging, which means that when running on Scala.js,org.scala-js:scalajs-java-logginglibrary must be available; since it is not listed as a dependency ofairspec_sjs1, we get Scala.js link errors unless required dependency is added manually.Please make the dependency explicit.