Skip to content

fix warning in build.sbt#402

Merged
xerial merged 1 commit intomsgpack:developfrom
xuwei-k:fix-warning-build-sbt
Dec 12, 2016
Merged

fix warning in build.sbt#402
xerial merged 1 commit intomsgpack:developfrom
xuwei-k:fix-warning-build-sbt

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