All Questions
2 questions
1
vote
1
answer
982
views
How can I force the usage of a class from a particular jar and exclude same class of another jar in build.sbt?
I have two asm dependencies that have exactly the same class names and project structures included by different dependencies. Although these libraries have the same project structure, they have ...
2
votes
1
answer
4k
views
App running under SBT doesn't find a class from Classpath jar
I have a Scala project using sbt. It runs perfectly well under Eclipse, however, trying to run it under sbt (sbt 'run mount 1440' — including the parameters I need) leads to a ...