Taylor Leese

Results 4 issues of Taylor Leese

It would be great if you supported GitHub GFM syntax highlighting. For example: ``` scala val foo = "bar" ``` ``` xml bar ```

Feature

In gen-idea 1.5.2 test classifer jars are referenced correctly. In 1.6.0 they are not.

If I run `sbt doc` references are resolved correctly based on my `apiMappings`. If I run `sbt unidoc` then references are not resolved. I have tried the following: ``` scala...

Below is the relevant piece of my Build.scala. Any idea what I'm doing wrong or is this a bug? I'm using sbt 0.12.4 and Scala 2.10.2. ``` shell Could not...