Library 'scala-2.10.0-RC1 not used' thrown

2019-02-27 00:21发布

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:

Complains about Scala library not used

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

However, my Scala facet is configured as this:

Scala Facet configured with 2.10.0-RC1

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条回答
我只想做你的唯一
2楼-- · 2019-02-27 00:42

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

查看更多
登录 后发表回答