Skip to content

Commit

Permalink
Add sbt-0.12.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Deverge committed Jan 24, 2013
1 parent 072f475 commit 16fb0de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions opt/sbt-0.12.2.boot.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[scala]
version: ${sbt.scala.version-auto}

[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.12.2]}
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]

[log]
level: info

0 comments on commit 16fb0de

Please sign in to comment.