Why does sbt compile fail with StackOverflowError?

后端 未结 8 1435
孤独总比滥情好
孤独总比滥情好 2021-01-31 15:30

I am working on a Scala project that has been in existence for a few years but is new to me. My task is to upgrade it from Scala 2.9.3 to 2.11.7, along with its dependencies. I

8条回答
  •  轮回少年
    2021-01-31 16:08

    I just added -Xss in my Intellij sbt properties and the issue is resolved.

    Intellij SBT properties

提交回复
热议问题