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
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.