From 16fb0de4b5263ab07e331b5887f7797862187ead Mon Sep 17 00:00:00 2001 From: Nicolas Deverge Date: Thu, 24 Jan 2013 14:07:13 +0100 Subject: [PATCH] Add sbt-0.12.2 support --- opt/sbt-0.12.2.boot.properties | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 opt/sbt-0.12.2.boot.properties diff --git a/opt/sbt-0.12.2.boot.properties b/opt/sbt-0.12.2.boot.properties new file mode 100644 index 00000000..53564114 --- /dev/null +++ b/opt/sbt-0.12.2.boot.properties @@ -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