Skip to content

Commit 00781eb

Browse files
committed
add sbt-0.12.1.boot.properties
1 parent 1783e50 commit 00781eb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

opt/sbt-0.12.1.boot.properties

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[scala]
2+
version: ${sbt.scala.version-auto}
3+
4+
[app]
5+
org: ${sbt.organization-org.scala-sbt}
6+
name: sbt
7+
version: ${sbt.version-read(sbt.version)[0.12.1]}
8+
class: ${sbt.main.class-sbt.xMain}
9+
components: xsbti,extra
10+
cross-versioned: ${sbt.cross.versioned-false}
11+
12+
[repositories]
13+
local
14+
maven-local
15+
heroku-typesafe-ivy: http://s3pository.heroku.com/ivy-typesafe-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
16+
heroku-central: http://s3pository.heroku.com/maven-central/
17+
heroku-typesafe-snapshots: http://s3pository.heroku.com/ivy-typesafe-snapshots/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
18+
19+
[log]
20+
level: info

0 commit comments

Comments
 (0)