Compilation failed: error while loading AnnotatedElement, ConcurrentMap, CharSequence from Java 8 under Scala 2.10?

后端 未结 9 1919
臣服心动
臣服心动 2020-12-08 09:51

I\'m using the following:

  • Scala 2.10.4
  • Scalatra 2.2.2
  • sbt 0.13.0
  • java 1.8.0
  • casbah 2.7.2
  • scalatra-sbt 0.3.5
  • <
9条回答
  •  抹茶落季
    2020-12-08 09:56

    I hope a stable version of Scala will help you, Try 2.10.x with Java 1.7.x versions for better performance.

    I mean it worked for me also in the same.

提交回复
热议问题