ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Increase SBT stacksize #30

Closed bjgbeelen closed 6 years ago

bjgbeelen commented 6 years ago

On my local machine, while compiling Scruid for 2.12.x I ran into this issue: https://github.com/scala/bug/issues/10604

Fix is to increase the available stack for SBT. I've added a .sbtopts which configures this.