Skip to content

Commit

Permalink
Merge pull request heroku#40 from xuwei-k/sbt0.12.3
Browse files Browse the repository at this point in the history
add sbt-0.12.3 support
  • Loading branch information
ryanbrainard committed Mar 29, 2013
2 parents e04c6b9 + 94f9853 commit 625fc9d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions opt/sbt-0.12.3.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.3]}
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 625fc9d

Please sign in to comment.