| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
```
/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
|
Thanks! This is necessary for using sbt 0.13.13 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
/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