Skip to content

Commit

Permalink
add boot.properties for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fizx committed Mar 3, 2014
1 parent 5376a36 commit c1a2afa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions opt/sbt-0.13.1.boot.properties
@@ -0,0 +1,22 @@
[scala]
version: ${sbt.scala.version-auto}

[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.1]}
class: ${sbt.main.class-sbt.xMain}
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}

[repositories]
local
maven-local
heroku-typesafe-ivy: http://s3pository.heroku.com/ivy-typesafe-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
heroku-central: http://s3pository.heroku.com/maven-central/
heroku-typesafe-snapshots: http://s3pository.heroku.com/ivy-typesafe-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
typesafe-releases: http://typesafe.artifactoryonline.com/typesafe/releases
typesafe-ivy-releases: http://typesafe.artifactoryonline.com/typesafe/ivy-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]

[log]
level: info

0 comments on commit c1a2afa

Please sign in to comment.