ceedubs/sbt-ctags

genCtags does not download necessary sources when Scala version is 2.12

Opened this issue · 1 comments

I'm encountering a weird issue where genCtags doesn't seem to download the correct sources for dependencies when my scala version is 2.12. If I downgrade the scala version in my build.sbt to 2.11 then genCtags will download my sources and generate the correct ctags.

My version of sbt is 0.13. Steps to reproduce:

$ sbt new scala/scala-seed.g8
$ # add "org.typelevel" %% "cats-core" % "1.0.0-MF" as a dependency to `build.sbt`
$ sbt
> genCtags
$ ls -al $PROJECT/target/sbt-ctags-dep-srcs/

You will not see cats sources in the directory. However if you change the version of Scala to 2.11.9 and repeat the above, you'll see the cats sources downloaded.

Has anyone else encountered this? Perhaps something is wrong with my system?

I have this issue also. I use sclafx and none of those dependencies is downloaded, only the pure scala ones. But that happens regardless of the scala version. sbt version is set to 1.2.8.