Hi, I am trying to start packaging dependencies for sbt and I have some questions: 1. Some libraries used in sbt have different versions. How can I handle this cases? 2. Is it possible to packaging in debian different version for the same library? 3. maybe some libs may need sbt to build themselves so we may have circular dependency. How can I handle this cases? 4. I read and watch video from [1] but is there a java packaging tutorial?
Example: com.jcraft/jsch/jars/jsch-0.1.44-1.jar com.jcraft/jsch/jars/jsch-0.1.46.jar org.scala-lang:scala-compiler:2.10.4 org.scala-lang:scala-compiler:2.10.5 [1] https://wiki.debian.org/Java/Packaging Best Regards Fabio