Cannot build on scala 2.11.x
kogecoo opened this issue · 0 comments
kogecoo commented
I noticed that this project cannot build on Scala 2.11.x when I tried it with below command:
$ sbt +package
It produced UNRESOLVED DEPENDENCY
error during fetching the library org.rogach.scallop
.
It seems that the scallop library for Scala 2.11 is distributed from 0.9.5 or later see mvnrepository.
But Junto depends on 0.9.4, so it fails to compile on Scala 2.11.
The quick & minimal fix is of course modify scallop version from 0.9.4 -> 0.9.5.