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

fix warning #4

Merged
merged 1 commit into from
Nov 18, 2016
Merged

fix warning #4

merged 1 commit into from
Nov 18, 2016

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Nov 18, 2016

okumin/influent/build.sbt:53: warning: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
  publishTo <<= version { (v: String) =>
            ^

```
okumin/influent/build.sbt:53: warning: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
  publishTo <<= version { (v: String) =>
            ^
```
@okumin okumin merged commit db2db8f into okumin:master Nov 18, 2016
@xuwei-k xuwei-k deleted the build-sbt-warning branch November 18, 2016 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants