As many devs I have my Eclipse (or sbt) systemically pull the sources of my dependencies.
I wanted to try out this lib, the sources got pulled from bintray alright, but trying to look at them in eclipse fails.
From the looks of it the problem lies in the fact that the package layers "com.github.dwhjames" are missing in the source jar. This corresponds with your source structure in github, but I guess eclipse can't cope with that level of creativity (while fully supported in Scala). You could argue it's Scala IDE bug as well.
As many devs I have my Eclipse (or sbt) systemically pull the sources of my dependencies. I wanted to try out this lib, the sources got pulled from bintray alright, but trying to look at them in eclipse fails. From the looks of it the problem lies in the fact that the package layers "com.github.dwhjames" are missing in the source jar. This corresponds with your source structure in github, but I guess eclipse can't cope with that level of creativity (while fully supported in Scala). You could argue it's Scala IDE bug as well.