Skip to content

Commit

Permalink
Merge pull request #56 from BBartosz/readme-update
Browse files Browse the repository at this point in the history
Update readme with note about compilation problem
  • Loading branch information
adamw committed Mar 20, 2019
2 parents 43da272 + a9d3823 commit 9dbad48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ import tapir._

And finally, type `endpoint.` and see where auto-complete gets you!

---

Sidenote for scala 2.12.4 and higher:
If you will encounter issue with compiling your project because of
StackOverflowException related to [this](https://github.com/scala/bug/issues/10604)
please increase your stack memory. Example:

```
sbt -J-Xss4M clean compile
```
## Contributing

Tapir is an early stage project. Everything might change. All suggestions welcome :)
Expand Down

0 comments on commit 9dbad48

Please sign in to comment.