Skip to content

Commit

Permalink
Merge pull request heroku#36 from ndeverge/sbt-0.12.2
Browse files Browse the repository at this point in the history
Add sbt-0.12.2 support
  • Loading branch information
ryanbrainard committed Jan 24, 2013
2 parents 072f475 + 16fb0de commit e04c6b9
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 e04c6b9

Please sign in to comment.