mirror of https://github.com/sbt/sbt.git
25 lines
690 B
Groff
25 lines
690 B
Groff
[scala]
|
|
version: 2.7.7
|
|
|
|
[app]
|
|
org: ${sbt.organization-org.scala-tools.sbt}
|
|
name: sbt
|
|
version: ${sbt.version-read(sbt.version)}
|
|
class: ${sbt.main.class-sbt.xMain}
|
|
components: xsbti
|
|
cross-versioned: ${sbt.cross.versioned-true}
|
|
|
|
[repositories]
|
|
local
|
|
sbt-db: http://databinder.net/repo/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
|
|
maven-central
|
|
sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots
|
|
|
|
[boot]
|
|
directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
|
|
properties: project/build.properties
|
|
|
|
[ivy]
|
|
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|
|
checksums: ${sbt.checksums-sha1,md5}
|