We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1783e50 commit 00781ebCopy full SHA for 00781eb
opt/sbt-0.12.1.boot.properties
@@ -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