WikiWatershed / mmw-geoprocessing

A Spark Job Server job for Model My Watershed geoprocessing.
Apache License 2.0
6 stars 6 forks source link

Collections API: Replace build.scala with build.sbt #57

Open kellyi opened 6 years ago

kellyi commented 6 years ago

Per a comment on #55 we should replace the existing build.scala file with build.sbt

rajadain commented 6 years ago

This comment: https://github.com/WikiWatershed/mmw-geoprocessing/pull/55#discussion_r130585818

rajadain commented 6 years ago

See if this also resolves these warnings:

[warn] /Users/ttuhinanshu/dev/mmwg/project/build.scala:73: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn]     mergeStrategy in assembly <<= (mergeStrategy in assembly) {
[warn]                               ^
[warn] /Users/ttuhinanshu/dev/mmwg/project/build.scala:25: trait Build in package sbt is deprecated: Use .sbt format instead
[warn] object Geoprocessing extends Build {
[warn]                              ^
[warn] two warnings found
kellyi commented 6 years ago

We'll need to update the deployment instructions, too, since they describe changing the version number in build.scala:

https://github.com/WikiWatershed/mmw-geoprocessing#deployments