Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kellyi opened this issue Aug 1, 2017 · 3 comments
Open

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

kellyi opened this issue Aug 1, 2017 · 3 comments

Comments

@kellyi
Copy link
Contributor

kellyi commented Aug 1, 2017

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

@rajadain
Copy link
Member

rajadain commented Aug 1, 2017

This comment: #55 (comment)

@ajrobbins ajrobbins added the WPF label Aug 2, 2017
@rajadain
Copy link
Member

rajadain commented Aug 3, 2017

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
Copy link
Contributor Author

kellyi commented Aug 3, 2017

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

@rajadain rajadain changed the title Replace build.scala with build.sbt Collections API: Replace build.scala with build.sbt Aug 8, 2017
@kellyi kellyi added the 1 label Aug 10, 2017
@rajadain rajadain added BigCZ and removed WPF labels Aug 24, 2017
@mmcfarland mmcfarland removed the 1 label Sep 5, 2017
@rajadain rajadain removed the BigCZ label Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants