Library 'scala-2.10.0-RC1 not used' thrown by IntelliJ integrating a Play 2 app

我只是一个虾纸丫 提交于 2019-12-31 03:12:20

问题


I've just generated a fresh Play! application, version 2.1-RC1.

This one includes two Scala compiler/library couple:

  • Scala 2.9.2
  • Scala 2.10.0-RC1

The whole well compiles within IntelliJ IDEA 12 but a warning occurs as the image shows it:

It would seem so that another compiler is used instead 2.10.0-RC1.

However, my Scala facet is configured as this:

What might be the warning cause?

I precise that I've got also a Scala variable environment (used for shell Scala commands) configured to point to scala-2.10.0-RC2, but I well imagine that IntelliJ is based on library that user indicates in Scala Facet.


回答1:


You can remove that .jar from the libraries, it's not used because it's redundantly generated by IntelliJ SBT plubin.



来源:https://stackoverflow.com/questions/14248159/library-scala-2-10-0-rc1-not-used-thrown-by-intellij-integrating-a-play-2-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!