geotrellis / maml

Map Algebra Modeling Language: It's what we and whales are.
https://geotrellis.github.io/maml/
Apache License 2.0
16 stars 10 forks source link

built-in cross-project feature of sbt-scalajs is deprecated #99

Closed rbreslow closed 4 months ago

rbreslow commented 5 years ago
/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

pomadchin commented 4 months ago

Closed via https://github.com/geotrellis/maml/pull/126