/Users/rbreslow/Projects/maml/build.sbt:83: warning: method crossProjectFromBuilder in trait CrossProjectExtra is deprecated (since 0.6.23): The built-in cross-project feature of sbt-scalajs is deprecated. Use the separate sbt plug
in sbt-crossproject instead: https://github.com/portable-scala/sbt-crossproject
lazy val maml = crossProject.in(file("."))
It looks like we're going to have to rework the
build.sbt
file to use this plugin: https://github.com/portable-scala/sbt-crossproject