Skip to content

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented May 18, 2018

https://github.com/portable-scala/sbt-crossproject/tree/f1a6e1c7c#cross-compiling-scalajs-jvm-and-native

build.sbt:20: warning: method crossProjectFromBuilder in trait CrossProjectExtra is deprecated: The built-in cross-project feature of sbt-scalajs is deprecated. Use the separate sbt plugin sbt-crossproject instead: https://github.com/portable-scala/sbt-crossproject
lazy val `scala-parser-combinators` = crossProject.in(file(".")).
                                      ^

https://github.com/portable-scala/sbt-crossproject/tree/f1a6e1c7c#cross-compiling-scalajs-jvm-and-native

```
build.sbt:20: warning: method crossProjectFromBuilder in trait CrossProjectExtra is deprecated: The built-in cross-project feature of sbt-scalajs is deprecated. Use the separate sbt plugin sbt-crossproject instead: https://github.com/portable-scala/sbt-crossproject
lazy val `scala-parser-combinators` = crossProject.in(file(".")).
                                      ^
```
@gourlaysama gourlaysama merged commit 25139f0 into scala:1.1.x May 18, 2018
@gourlaysama
Copy link
Contributor

Thanks!

@xuwei-k xuwei-k deleted the build-file-warn branch May 18, 2018 13:43
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