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
/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-crossprojectThe text was updated successfully, but these errors were encountered: