avoid deprecated method since sbt 0.13.13
```
build.sbt:168: 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) =>
          ^
```
1 parent 5f45803 commit 1295e621ce9941ff23e91646a2b5d086351c1efb
@xuwei-k xuwei-k authored on 29 Dec 2016
Showing 1 changed file
View
build.sbt