Skip to main content

Module sbt

Module sbt 

Source
Expand description

sbt classpath resolver.

Resolves JVM classpath entries from sbt projects by:

  1. Executing sbt -no-colors "print dependencyClasspath" to get runtime classpath
  2. Parsing the output for JAR file paths (supports both Attributed(...) and colon-separated formats)
  3. Extracting Maven coordinates from Coursier cache paths
  4. Looking up source JARs in the Coursier cache
  5. Falling back to cached classpath on failure

Functionsยง

resolve_sbt_classpath
Resolve classpath for an sbt project.