Currently the docs on how to add a dependency to sbt is a single step process. Open up build.sbt and add the following line...scala-parser-combinator. It then goes on to explain what the += operator does, but doesn't really get into how to import the dependency or use a scala parser. I think it could be better.
As an improvement I'll submit a PR that shows how to read a configuration file using pure-config and print some values out.
The reasoning behind swapping out the scala-parser-combinator for pure-config is because reading configs is a useful skill for a newcomers to scala dev (like me) to pick up and pure-config is mildly impressive in how easy it is to understand.