mirror of https://github.com/sbt/sbt.git
25 lines
431 B
Properties
25 lines
431 B
Properties
[scala]
|
|
version: ${{scala.version}}
|
|
|
|
[app]
|
|
org: ${{org}}
|
|
name: sbt
|
|
version: read(sbt.version)[${{sbt.version}}]
|
|
class: ${sbt.main.class-sbt.xMain}
|
|
components: xsbti
|
|
cross-versioned: true
|
|
|
|
[repositories]
|
|
local
|
|
maven-local
|
|
${{repositories}}
|
|
maven-central
|
|
scala-tools-releases
|
|
scala-tools-snapshots
|
|
|
|
[boot]
|
|
directory: ${sbt.boot.directory-project/boot/}
|
|
|
|
[ivy]
|
|
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|