mirror of https://github.com/sbt/sbt.git
19 lines
435 B
Plaintext
19 lines
435 B
Plaintext
[scala]
|
|
version: auto
|
|
|
|
[app]
|
|
org: org.scala-sbt
|
|
name: sbt
|
|
version: read(sbt.version)[0.13.0-SNAPSHOT]
|
|
class: ${sbt.main.class-sbt.xMain}
|
|
components: xsbti
|
|
cross-versioned: true
|
|
|
|
[repositories]
|
|
local
|
|
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
|
|
maven-central
|
|
|
|
[ivy]
|
|
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|