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 in build.sbt #402

Merged
merged 1 commit into from
Dec 12, 2016
Merged

Conversation

xuwei-k
Copy link
Contributor

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

/home/travis/build/msgpack/msgpack-java/build.sbt:59: 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
  compile <<= (compile in Compile) dependsOn (jcheckStyle in Compile),
          ^
/home/travis/build/msgpack/msgpack-java/build.sbt:60: 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
  compile <<= (compile in Test) dependsOn (jcheckStyle in Test)
          ^

https://travis-ci.org/msgpack/msgpack-java/jobs/179129836#L277

```
/home/travis/build/msgpack/msgpack-java/build.sbt:59: 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
  compile <<= (compile in Compile) dependsOn (jcheckStyle in Compile),
          ^
/home/travis/build/msgpack/msgpack-java/build.sbt:60: 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
  compile <<= (compile in Test) dependsOn (jcheckStyle in Test)
          ^
```

https://travis-ci.org/msgpack/msgpack-java/jobs/179129836#L277
@xerial
Copy link
Member

xerial commented Dec 12, 2016

Thanks! This is necessary for using sbt 0.13.13

@xerial xerial merged commit 591b480 into msgpack:develop Dec 12, 2016
@xuwei-k xuwei-k deleted the fix-warning-build-sbt branch December 13, 2016 01:10
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.

2 participants