Skip to content

Instantly share code, notes, and snippets.

@pfn
Created December 8, 2015 14:49
Show Gist options
  • Save pfn/810d3222e360d82562e1 to your computer and use it in GitHub Desktop.
Save pfn/810d3222e360d82562e1 to your computer and use it in GitHub Desktop.
Android created Gist
> inspect libraryDependencies
[info] Setting: scala.collection.Seq[sbt.ModuleID] = List()
[info] Description:
[info] Declares managed dependencies.
[info] Provided by:
[info] {file:/cifs/pfnguyen/src/sample/}com-foo/*:libraryDependencies
[info] Defined at:
[info] (sbt.Classpaths) Defaults.scala:1142
[info] Dependencies:
[info] *:scalaOrganization
[info] *:scalaHome
[info] *:scalaVersion
[info] *:sbtPlugin
[info] *:autoScalaLibrary
[info] *:managedScalaInstance
[info] Reverse dependencies:
[info] *:allDependencies
[info] *:updatePgpSignatures::signaturesModule
[info] *:dependencyPositions
[info] Delegates:
[info] *:libraryDependencies
[info] {.}/*:libraryDependencies
[info] */*:libraryDependencies
[info] Related:
[info] */*:libraryDependencies
> variant debug
[info] Applying variant settings buildType=debug flavor=(none) to com-foo...
[info] Set current project to com-foo (in build file:/cifs/pfnguyen/src/sample/)
> inspect libraryDependencies
[info] Setting: scala.collection.Seq[sbt.ModuleID] = List()
[info] Description:
[info] Declares managed dependencies.
[info] Provided by:
[info] {file:/cifs/pfnguyen/src/sample/}com-foo/*:libraryDependencies
[info] Defined at:
[info] (sbt.Classpaths) Defaults.scala:1142
[info] Dependencies:
[info] *:scalaOrganization
[info] *:scalaHome
[info] *:scalaVersion
[info] *:sbtPlugin
[info] *:autoScalaLibrary
[info] *:managedScalaInstance
[info] Reverse dependencies:
[info] *:allDependencies
[info] *:updatePgpSignatures::signaturesModule
[info] *:dependencyPositions
[info] Delegates:
[info] *:libraryDependencies
[info] {.}/*:libraryDependencies
[info] */*:libraryDependencies
[info] Related:
[info] .:libraryDependencies
[info] */*:libraryDependencies
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment